Pete Shadbolt
dd12245100
Bump version: 0.4.20 → 0.4.21
9年前
Pete Shadbolt
ec23365183
Finish updating docs, add Stabilizer.__getitem__
9年前
Pete Shadbolt
b58079172d
Working on syntactic sugar and docs simultaneously
9年前
Pete Shadbolt
876c1ac2ad
Update README, docs
9年前
Pete Shadbolt
b15e6283da
Bump version: 0.4.19 → 0.4.20
9年前
Pete Shadbolt
ea812d34a9
Faster deploys, better docs
9年前
Pete Shadbolt
f34d48f491
Small fix to docs
9年前
Pete Shadbolt
9939ec6f13
Pretty
9年前
Pete Shadbolt
a18cc5203b
Merge branch 'master' into pete
9年前
Pete Shadbolt
8bb6f81473
Bump version: 0.4.18 → 0.4.19
9年前
Pete Shadbolt
f2dd0fcab0
Modify README
9年前
Pete Shadbolt
3d6684b7f9
I think you no longer have to register with pypi
9年前
Pete Shadbolt
d41fff969c
Tidy up examples, remove images from docs & readme
9年前
Pete Shadbolt
da9cec2764
Use default monospace font
9年前
Pete Shadbolt
848196045e
Bump version: 0.4.18 → 0.4.19
9年前
Pete Shadbolt
1bdb86f9a4
Remove print in a test
9年前
Pete Shadbolt
2625aad613
Merge branch 'master' into pete
9年前
Pete Shadbolt
d91ea156dc
Show version number in browser
9年前
Pete Shadbolt
65c385e749
Hack to make bumpversion keep track of doc version
9年前
Pete Shadbolt
4a01490707
Bump version: 0.4.17 → 0.4.18
9年前
Pete Shadbolt
47b8cda960
Stupid old bumpversion
9年前
Pete Shadbolt
9b5b57448c
Fix broken versioning
9年前
Pete Shadbolt
dd7189c95e
Repairing broken version number
9年前
Pete Shadbolt
16b815ea5e
Bump version: 0.4.16 → 0.4.17
9年前
Pete Shadbolt
b919a333e9
More leniency when differentiating click/drag
9年前
Pete Shadbolt
ce322b561e
Update doc version
9年前
Pete Shadbolt
80a183998d
Bump version: 0.6.1 → 0.7.0
9年前
Pete Shadbolt
329cbe70e3
PEP8
9年前
Pete Shadbolt
9bfe0459bd
Add a test for measure_sequence, closes #13
9年前
Pete Shadbolt
040d90889c
Merge branch 'master' of github.com:peteshadbolt/abp
9年前
Pete Shadbolt
e7da39ff3f
Bump version: 0.6.0 → 0.6.1
9年前
Pete Shadbolt
51e128b870
Bump version: 0.5.0 → 0.6.0
9年前
Pete Shadbolt
76e9ddd285
Bump version: 0.4.16 → 0.5.0
9年前
Pete Shadbolt
9b6b0a83d6
Merge branch 'pete'
This merge updates abpserver to support a full set of operations
including creation / deletion, gates, local complementation, and
measurements through the web interface. So now you can click on qubits
and measure them in X or whatever.
I've tested it but I bet there are bugs -- please raise an issue if you
find one.
Conflicts:
examples/visualization/grid_2d.py
9年前
Pete Shadbolt
6a8b1a9ceb
Fix examples, improve robustness.
9年前
Pete Shadbolt
6b3cb8bc37
Re-enable curved lines.
9年前
Pete Shadbolt
f94d3eabd3
Multiple clients viewing / editing same state.
9年前
Pete Shadbolt
fed7813eb3
We did need one of those functions.
9年前
Pete Shadbolt
6c42ca2b3c
Remove useless functions from anders_briegel.js
9年前
Pete Shadbolt
3edf1643e4
Remove tests.js
9年前
Pete Shadbolt
f1a7498f9c
Test in JS for nodes which already exists.
9年前
Pete Shadbolt
e5ad12cdb1
Reduced node-already-exists to a warning
9年前
Pete Shadbolt
d6aefcdee8
More robust reconnect on server restart.
9年前
Pete Shadbolt
bdf7e45606
Now we can do the complete set of operations.
9年前
Pete Shadbolt
209209c71d
Increased robustness. Some DRY crimes.
9年前
Pete Shadbolt
37dd9265ce
Can now sketchily delete nodes. Needs work.
9年前
Pete Shadbolt
1c80b1f394
Selection now works - pretty hacky though.
9年前
Pete Shadbolt
5567258c53
Now I can do CZ gates. Focus sucks though.
9年前
Pete Shadbolt
899b202810
Closed the loop - JS -> Python -> JS
9年前
Pete Shadbolt
352a1d4325
`add_node` is a constant annoyance :rage4:
NetworkX provides `add_node`, we don't, leads to missing
`graph.node["vop"]`. Does this fix it?
9年前