Pete Shadbolt
26569dfc32
Working on measure_x
Added some more terms to clifford.by_name to ease lookup of complex
conjugates
Added GraphState.toggle_edges(), used by GraphState.measure_x
Nearly finished GraphState.measure_x
8 years ago
Pete Shadbolt
4db6cff2c0
Implement GraphState.measure_y() - not tested
8 years ago
Pete Shadbolt
4646554779
Fix GraphState.to_json() for tuple-like nodes
8 years ago
Pete Shadbolt
0d9c202a50
Need to clone measure_x and measure_y
8 years ago
Pete Shadbolt
45bcdf1cca
Move lookup tables into a generated module
8 years ago
Pete Shadbolt
049d36c3d9
Invert `-v` flag, a few small tweaks
8 years ago
Pete Shadbolt
95dc82cb19
Buttery smooth :cow: :bread:
Made sure that `graph.js` dumps old graphs after use, and ensured that
`examples/stress_test` shuts down the connection after use (don't create millions
of clients).
8 years ago
Pete Shadbolt
548f7f59e0
Stopped WebSocket client from hanging :gun:
By default the server echoes messages to all clients.
The fancy.GraphState client was never calling ws.recv()
And hence a buffer was filling up somewhere
And we were hanging.
Adding a ws.recv() fixed the problem.
8 years ago
Pete Shadbolt
b4872397e9
Progress towards working measurement
8 years ago
Pete Shadbolt
e398d39aae
Remove adj_list()
8 years ago
Pete Shadbolt
2b9c7a7c83
For sam
8 years ago
Pete Shadbolt
0d78f792c2
Prepare for JS tests
8 years ago
Pete Shadbolt
beea2e4ddc
Test passing w/ clean GraphState :water_buffalo:
Got rid of all the debug harness and refactored graphstate.py
8 years ago
Pete Shadbolt
b7cda793ed
Remove all debug statements
8 years ago
Pete Shadbolt
1b787c4737
Think I got it
8 years ago
Pete Shadbolt
b06c1c38d8
Think I found it
8 years ago
Pete Shadbolt
faa8d05c3d
Fixing fixing fixing
8 years ago
Pete Shadbolt
f42c83a03d
Working random test against CHP
8 years ago
Pete Shadbolt
978b197d3d
Testing against CHP
8 years ago
Pete Shadbolt
b67db178b2
Well this is bull shit
8 years ago
Pete Shadbolt
4438ca80c3
Not much
8 years ago
Pete Shadbolt
54bc27c327
Tidy
8 years ago
Pete Shadbolt
0ec10d155c
Meaningful conjugation code
8 years ago
Pete Shadbolt
092afb82f6
Improve clifford.py, add measurement lookup table
8 years ago
Pete Shadbolt
a50ebdd71b
Implement conjugation
8 years ago
Pete Shadbolt
0bbec5ce97
Remove scipy dependency, add requirements.txt
8 years ago
Pete Shadbolt
23fec82583
Preparing to implement measurement
8 years ago
Pete Shadbolt
35ddc3397a
Repair missing VOPs
8 years ago
Pete Shadbolt
96e6678393
Auto layout
8 years ago
Pete Shadbolt
7024c849d0
JS tests, remove visible graph state
8 years ago
Pete Shadbolt
f30fbd6e2b
Some small tests
8 years ago
Pete Shadbolt
b3c9dce45b
Rudimentary editing is, CZs etc now work.
Next up: measurement
Also added a test on local complementation
8 years ago
Pete Shadbolt
d3e93ca550
Fix small things
8 years ago
Pete Shadbolt
513e09b681
Magical networkx integration :sparkling_heart:
8 years ago
Pete Shadbolt
34fdffea9d
Woah - major refactoring! Bad bway!!! :gun: :gun:
8 years ago
Pete Shadbolt
0c54c159ef
Small changes to editor
8 years ago
Pete Shadbolt
2596c65a33
Fast server boot
8 years ago
Pete Shadbolt
60a5a22c06
Server now serves HTML to localhost:5001 :gun:
And we automatically pop a browser window when the server boots. Nice
8 years ago
Pete Shadbolt
6e500dc7b5
Fix VisibleDeprecationWarning in `graphstate.py`
8 years ago
Pete Shadbolt
40c2b3caa9
Tidy up
8 years ago
Pete Shadbolt
7785d264c9
Add stuff
8 years ago
Pete Shadbolt
eb4fe7d81e
Move some files, comment visiblegraphstate
8 years ago
Pete Shadbolt
8bf12a2ac7
Great - we have 2-way comms working properly now
8 years ago
Pete Shadbolt
7bbaa85001
Improvements in speed, interface
8 years ago
Pete Shadbolt
3a39a49ef0
Looks a little more promising
8 years ago
Pete Shadbolt
a8e9a9eae4
Start diffing
8 years ago
Pete Shadbolt
b063d1ff1f
Remove act_local_rotation_by_name (simplifies API)
8 years ago
Pete Shadbolt
2a6abed48c
Try again with websockets
8 years ago
Pete Shadbolt
b24debbd14
Improve server
8 years ago
Pete Shadbolt
530f914a45
Rudimentary visualization is good
8 years ago