Pete Shadbolt
d41fff969c
Tidy up examples, remove images from docs & readme
8 лет назад
Pete Shadbolt
1bdb86f9a4
Remove print in a test
8 лет назад
Pete Shadbolt
2625aad613
Merge branch 'master' into pete
8 лет назад
Pete Shadbolt
d91ea156dc
Show version number in browser
8 лет назад
Pete Shadbolt
65c385e749
Hack to make bumpversion keep track of doc version
8 лет назад
Pete Shadbolt
4a01490707
Bump version: 0.4.17 → 0.4.18
8 лет назад
Pete Shadbolt
47b8cda960
Stupid old bumpversion
8 лет назад
Pete Shadbolt
9b5b57448c
Fix broken versioning
8 лет назад
Pete Shadbolt
dd7189c95e
Repairing broken version number
8 лет назад
Pete Shadbolt
16b815ea5e
Bump version: 0.4.16 → 0.4.17
8 лет назад
Pete Shadbolt
b919a333e9
More leniency when differentiating click/drag
8 лет назад
Pete Shadbolt
ce322b561e
Update doc version
8 лет назад
Pete Shadbolt
80a183998d
Bump version: 0.6.1 → 0.7.0
8 лет назад
Pete Shadbolt
329cbe70e3
PEP8
8 лет назад
Pete Shadbolt
9bfe0459bd
Add a test for measure_sequence, closes #13
8 лет назад
Pete Shadbolt
040d90889c
Merge branch 'master' of github.com:peteshadbolt/abp
8 лет назад
Pete Shadbolt
e7da39ff3f
Bump version: 0.6.0 → 0.6.1
8 лет назад
Pete Shadbolt
51e128b870
Bump version: 0.5.0 → 0.6.0
8 лет назад
Pete Shadbolt
76e9ddd285
Bump version: 0.4.16 → 0.5.0
8 лет назад
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
8 лет назад
Pete Shadbolt
6a8b1a9ceb
Fix examples, improve robustness.
8 лет назад
Pete Shadbolt
6b3cb8bc37
Re-enable curved lines.
8 лет назад
Pete Shadbolt
f94d3eabd3
Multiple clients viewing / editing same state.
8 лет назад
Pete Shadbolt
fed7813eb3
We did need one of those functions.
8 лет назад
Pete Shadbolt
6c42ca2b3c
Remove useless functions from anders_briegel.js
8 лет назад
Pete Shadbolt
3edf1643e4
Remove tests.js
8 лет назад
Pete Shadbolt
f1a7498f9c
Test in JS for nodes which already exists.
8 лет назад
Pete Shadbolt
e5ad12cdb1
Reduced node-already-exists to a warning
8 лет назад
Pete Shadbolt
d6aefcdee8
More robust reconnect on server restart.
8 лет назад
Pete Shadbolt
bdf7e45606
Now we can do the complete set of operations.
8 лет назад
Pete Shadbolt
209209c71d
Increased robustness. Some DRY crimes.
8 лет назад
Pete Shadbolt
37dd9265ce
Can now sketchily delete nodes. Needs work.
8 лет назад
Pete Shadbolt
1c80b1f394
Selection now works - pretty hacky though.
8 лет назад
Pete Shadbolt
5567258c53
Now I can do CZ gates. Focus sucks though.
8 лет назад
Pete Shadbolt
899b202810
Closed the loop - JS -> Python -> JS
8 лет назад
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?
8 лет назад
Pete Shadbolt
d6b5f540df
Add & test GraphState.from_json
We needed to implement `GraphState.from_json` so that the server can
track a copy of the client's state. That's a useful byproduct of this
work!
8 лет назад
Pete Shadbolt
e273b3107f
Can message abpserver from JavaScript
8 лет назад
Pete Shadbolt
826a8b26d3
Starting to work on stripping out abp.js
8 лет назад
Sam Morley-Short
10860e2066
measure_sequence now working, was not in develop mode :baby:
8 лет назад
Sam Morley-Short
9377249675
measure_sequences added, not yet working
8 лет назад
Sam Morley-Short
f10d8694bc
Merge branch 'master' of https://github.com/peteshadbolt/abp
8 лет назад
Pete Shadbolt
bd55821c11
Add an example of 2D grid generation ( #12 )
8 лет назад
Pete Shadbolt
b163e8582b
Don't give up on network timeout
8 лет назад
Pete Shadbolt
15848d34bd
Remove redundant debug option
`prefix` was used for testing against original implementation
8 лет назад
Pete Shadbolt
f0b4da3183
Bump version: 0.4.15 → 0.4.16
8 лет назад
Pete Shadbolt
e650eae068
Merge branch 'pete'
8 лет назад
Pete Shadbolt
110312a897
Suggested fix to `friend` issue
8 лет назад
Pete Shadbolt
8b69ef786e
Don't update fancy.GraphState on close.
Fixes #8, "Allow control over which `GraphState` operations are depicted by server". Enables use of multiple visualized GraphStates in the same program. Downside -- you have to call `update()` at the end of your program.
8 лет назад
Pete Shadbolt
1673cf1bda
Remove lattices.py
8 лет назад