This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove QTIP dependency. Not needed
master
Pete Shadbolt
8 years ago
parent
dc62dcd0b7
commit
37404bc535
1 changed files
with
0 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-9
tests/test_qi_vs_qtip.py
+ 0
- 9
tests/test_qi_vs_qtip.py
View File
@@ -1,9 +0,0 @@
from abp import qi
from qutip import *
import numpy as np
def test_1():
q = QubitCircuit(4)
q.add_gate("CPHASE", 1, 2, arg_value=np.pi)
#print gate_sequence_product(q.propagators())
Write
Preview
Loading…
Cancel
Save