Pete Shadbolt
37dd9265ce
Can now sketchily delete nodes. Needs work.
8年前
Pete Shadbolt
f4631c552f
Fix #7 -- alias literal clifford.by_names
8年前
Pete Shadbolt
05b12a7bf1
Removed `fancy.GraphState.from_nx` -- "just works"
Moved that functionality into `abp.GraphState`, so that you can
just run `state = abp.GraphState(nx.Graph(((0,1),)))`, `state =
abp.fancy.GraphState(nx.Graph(((0,1),))` or whatever.
8年前
Pete Shadbolt
4b443d7d01
Purge `add_node`, add `add_qubit`
Trying to get more sensible defaults for people who like to think about
graphstates rather than circuits.
Repsponse to issue #4 : [Link](https://github.com/peteshadbolt/abp/issues/4 )
8年前
Pete Shadbolt
3dbd70e046
Add and test `GraphState.to_stabilizer()` :rage4:
8年前
Pete Shadbolt
88b99cc22a
Test passing, still need to do the nightmare
8年前
Pete Shadbolt
55704d44a6
Better integration of `mock`
8年前
Pete Shadbolt
d5e7e5d9b3
Better integration of ``mock``
8年前
Pete Shadbolt
f6f6ccd08d
Still crunching thru tests
8年前
Pete Shadbolt
3b6963c95e
Tidying tests
8年前
Pete Shadbolt
c7ae201fb2
Cleaning up tests -- not finished
8年前
Pete Shadbolt
23fec82583
Preparing to implement measurement
8年前
Pete Shadbolt
34fdffea9d
Woah - major refactoring! Bad bway!!! :gun: :gun:
8年前
Pete Shadbolt
7d90052833
Aliasing imports
8年前
Pete Shadbolt
9854bad286
Seems to be okay against anders & briegel
8年前
Pete Shadbolt
ec403d4c30
Loadsa stuff. CZ table bodging
8年前
Pete Shadbolt
4ad35423fc
Start to add measurements
8年前
Pete Shadbolt
3049183dc8
Add first test against AB, test passing!
8年前
Pete Shadbolt
e89a0a1ab1
Starting to test against Anders and Briegel
8年前
Pete Shadbolt
da76974c5a
Add basic stabilizer generation.
Probably time to run some tests against anders and Briegel
8年前
Pete Shadbolt
b49eab1e6e
Add layout
8年前
Pete Shadbolt
682e630353
Oh my god sys.path[0] is so good
8年前
Pete Shadbolt
87c4c4f0a8
Working on JSON
8年前
Pete Shadbolt
5192665f38
Improving GraphState, enabling diffs
8年前
Pete Shadbolt
84e88ec23f
Added missing ingredients of graph.py
8年前
Pete Shadbolt
062eb828d5
Make it possible to add vertices without adding edges
8年前
Pete Shadbolt
da7ec98e8d
Start prototype server
8年前
Pete Shadbolt
bfddcc993b
Test passing ... need more tests tho!
8年前
Pete Shadbolt
5ef0c90e4c
Better loading, heading towards test passing
8年前
Pete Shadbolt
51bdb17d31
Comments
8年前
Pete Shadbolt
b7380f802b
Better
8年前
Pete Shadbolt
c2fd7382b8
Kinda tidy at least
8年前
Pete Shadbolt
96fd7e2a0c
Fix edgelist generation with infinite graphs
8年前
Pete Shadbolt
32b417cb66
Returned to a shitty OO representation
At least we have infinite-size graphs now
8年前
Pete Shadbolt
375b1d73bc
Test graph
8年前
Pete Shadbolt
d0535b59f7
Infinite size graphs
8年前
Pete Shadbolt
c3402c6661
Test passing
8年前
Pete Shadbolt
ec55bd450d
Local complementation
8年前
Pete Shadbolt
d6537cc5d7
Nicer graph model, VOPs
8年前
Pete Shadbolt
92cda9c3c6
Add branch
8年前
Pete Shadbolt
13b15c5e3f
Test passing
8年前
Pete Shadbolt
31a4f52b2d
Just learnt something about stabilizers ...
8年前
Pete Shadbolt
14ad9d0f97
Clifford ops now included
8年前
Pete Shadbolt
a98519b08e
Add edgelist method
8年前