Pete Shadbolt
b88341a91b
Makefiles
8年前
Pete Shadbolt
9f715aa713
Update server, some small docs
8年前
Pete Shadbolt
d5e7e5d9b3
Better integration of ``mock``
8年前
Pete Shadbolt
eb65808525
Update README and docs
8年前
Pete Shadbolt
3f653e20d2
Better docs
8年前
Pete Shadbolt
2126ae219f
Better docs
8年前
Pete Shadbolt
9776d3e10a
Better mocking - not finished
8年前
Pete Shadbolt
102c456c53
PEP8
8年前
Pete Shadbolt
c7ae201fb2
Cleaning up tests -- not finished
8年前
Pete Shadbolt
0b6e1783c0
Better documentation
8年前
Pete Shadbolt
b3ac940a17
Better naming
8年前
Pete Shadbolt
9bd4914cd2
Test passing
8年前
Pete Shadbolt
cd8bc01907
Test passing
8年前
Pete Shadbolt
2d18fd2f91
Small fix
8年前
Pete Shadbolt
6f7bcb05be
Add more tests
8年前
Pete Shadbolt
126c819d2c
Add pics
8年前
Pete Shadbolt
85d6c262d9
PIP seems to be kinda working now
8年前
Pete Shadbolt
3e2823d7b5
Remove old debug code
8年前
Pete Shadbolt
6763052d4f
Trying to get `abserver` to install automatically
8年前
Pete Shadbolt
a5789f6152
Fix nondeterministic error in measure_x
Looks like nondeterminism in `next(d.iterkeys())` was breaking
consistency with A&B. Next up: switching determinism on or off.
8年前
Pete Shadbolt
c6384448e3
Fixed `GraphState.measure_y`
Had a dumb translation error
8年前
Pete Shadbolt
784f9d27dc
Add simple tests
8年前
Pete Shadbolt
b066129c42
Nicer pretty-printing
8年前
Pete Shadbolt
0229de062b
Very test passing
8年前
Pete Shadbolt
9623abfa10
Think I just did something right
8年前
Pete Shadbolt
49708d426a
Recover code with debug
8年前
Pete Shadbolt
1cb6a3b3c9
All single-qubit tests are now passing :rage3:
8年前
Pete Shadbolt
04afcae7da
Test passing, but
Some tests are disabled and forcing outcomes does not work
8年前
Pete Shadbolt
c793418517
Simplify measurement table
Dunno why it was ever `complex`
8年前
Pete Shadbolt
27df07bd52
Not there yet
8年前
Pete Shadbolt
e33919b634
PEP8, remove cruft
8年前
Pete Shadbolt
19972159e5
Needed to actually `return`
8年前
Pete Shadbolt
452430627a
Threaded HTTP server -> no laggy refresh
8年前
Pete Shadbolt
f09d1ae3f1
Finished translating measure_x. Now to write tests
It's kinda ghastly at the moment. But lots of obvious improvements.
8年前
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年前
Pete Shadbolt
4db6cff2c0
Implement GraphState.measure_y() - not tested
8年前
Pete Shadbolt
4646554779
Fix GraphState.to_json() for tuple-like nodes
8年前
Pete Shadbolt
0d9c202a50
Need to clone measure_x and measure_y
8年前
Pete Shadbolt
45bcdf1cca
Move lookup tables into a generated module
8年前
Pete Shadbolt
049d36c3d9
Invert `-v` flag, a few small tweaks
8年前
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年前
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年前
Pete Shadbolt
b4872397e9
Progress towards working measurement
8年前
Pete Shadbolt
e398d39aae
Remove adj_list()
8年前
Pete Shadbolt
2b9c7a7c83
For sam
8年前
Pete Shadbolt
0d78f792c2
Prepare for JS tests
8年前
Pete Shadbolt
beea2e4ddc
Test passing w/ clean GraphState :water_buffalo:
Got rid of all the debug harness and refactored graphstate.py
8年前
Pete Shadbolt
b7cda793ed
Remove all debug statements
8年前
Pete Shadbolt
1b787c4737
Think I got it
8年前
Pete Shadbolt
b06c1c38d8
Think I found it
8年前