Pete Shadbolt
bcda8688c8
Add lattices.py
Empty for new
8 years ago
Pete Shadbolt
8337af0c7e
Even nicer stabilizer tables
8 years ago
Pete Shadbolt
a9e17c5fef
Nicer stabilizer tables
8 years ago
Pete Shadbolt
c4c33f0466
Improving docs
8 years ago
Pete Shadbolt
ae65d09e7f
Give dimension as keyword arg
Is this going to fix errors with different versions of networkx? I don't
know -- I'm on a plane mate.
8 years ago
Pete Shadbolt
75730f954b
Add examples/visualization/auto_layout.py
8 years ago
Pete Shadbolt
c8992ce42d
Update documentation :book:
8 years ago
Pete Shadbolt
835c0679bd
Document GraphState
8 years ago
Pete Shadbolt
3dbd70e046
Add and test `GraphState.to_stabilizer()` :rage4:
8 years ago
Pete Shadbolt
b41cc7945d
Add better notation
8 years ago
Pete Shadbolt
552d8576ed
Adding stabilizers
8 years ago
Pete Shadbolt
02b2f1f3c3
Various small requests from Mercedes
- `GraphState.copy()`
- `measure_x` etc.
- `measure(detail=True)`
- Better documentation on `remove_vop` and `act_local_rotation`
8 years ago
Pete Shadbolt
ccabb2b7b5
Running Mercedes' example
8 years ago
Pete Shadbolt
b88341a91b
Makefiles
8 years ago
Pete Shadbolt
9f715aa713
Update server, some small docs
8 years ago
Pete Shadbolt
d5e7e5d9b3
Better integration of ``mock``
8 years ago
Pete Shadbolt
eb65808525
Update README and docs
8 years ago
Pete Shadbolt
3f653e20d2
Better docs
8 years ago
Pete Shadbolt
2126ae219f
Better docs
8 years ago
Pete Shadbolt
9776d3e10a
Better mocking - not finished
8 years ago
Pete Shadbolt
102c456c53
PEP8
8 years ago
Pete Shadbolt
c7ae201fb2
Cleaning up tests -- not finished
8 years ago
Pete Shadbolt
0b6e1783c0
Better documentation
8 years ago
Pete Shadbolt
b3ac940a17
Better naming
8 years ago
Pete Shadbolt
9bd4914cd2
Test passing
8 years ago
Pete Shadbolt
cd8bc01907
Test passing
8 years ago
Pete Shadbolt
2d18fd2f91
Small fix
8 years ago
Pete Shadbolt
6f7bcb05be
Add more tests
8 years ago
Pete Shadbolt
126c819d2c
Add pics
8 years ago
Pete Shadbolt
85d6c262d9
PIP seems to be kinda working now
8 years ago
Pete Shadbolt
3e2823d7b5
Remove old debug code
8 years ago
Pete Shadbolt
6763052d4f
Trying to get `abserver` to install automatically
8 years ago
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 years ago
Pete Shadbolt
c6384448e3
Fixed `GraphState.measure_y`
Had a dumb translation error
8 years ago
Pete Shadbolt
784f9d27dc
Add simple tests
8 years ago
Pete Shadbolt
b066129c42
Nicer pretty-printing
8 years ago
Pete Shadbolt
0229de062b
Very test passing
8 years ago
Pete Shadbolt
9623abfa10
Think I just did something right
8 years ago
Pete Shadbolt
49708d426a
Recover code with debug
8 years ago
Pete Shadbolt
1cb6a3b3c9
All single-qubit tests are now passing :rage3:
8 years ago
Pete Shadbolt
04afcae7da
Test passing, but
Some tests are disabled and forcing outcomes does not work
8 years ago
Pete Shadbolt
c793418517
Simplify measurement table
Dunno why it was ever `complex`
8 years ago
Pete Shadbolt
27df07bd52
Not there yet
8 years ago
Pete Shadbolt
e33919b634
PEP8, remove cruft
8 years ago
Pete Shadbolt
19972159e5
Needed to actually `return`
8 years ago
Pete Shadbolt
452430627a
Threaded HTTP server -> no laggy refresh
8 years ago
Pete Shadbolt
f09d1ae3f1
Finished translating measure_x. Now to write tests
It's kinda ghastly at the moment. But lots of obvious improvements.
8 years ago
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