Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] OpenPulse Simulator #263

Merged
merged 36 commits into from
Sep 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5055967
framechange
nonhermitian Mar 11, 2019
6deb19b
updates
nonhermitian Mar 12, 2019
72c434a
updates
nonhermitian Mar 12, 2019
720bdef
Fixing CMake file for pulse simulator
atilag Mar 12, 2019
c9b20d0
Merge pull request #1 from atilag/pulse
nonhermitian Mar 12, 2019
30432c2
updates
nonhermitian Mar 13, 2019
a50f7e8
update openpulse filex
nonhermitian Apr 3, 2019
0a095f7
ignore notebooks
nonhermitian Apr 3, 2019
ea42204
license
nonhermitian May 23, 2019
208ddd7
get noise working
nonhermitian Jun 11, 2019
494dcf2
change dim dict to list, change noise config (#2)
nkanazawa1989 Jun 24, 2019
77f77b7
Revert "change dim dict to list, change noise config (#2)" (#4)
nonhermitian Jun 25, 2019
090502b
updates
nonhermitian Jun 25, 2019
55f928f
Merge branch 'openpulse' of https://github.com/nonhermitian/qiskit-ae…
nonhermitian Jun 25, 2019
070bce7
fixed
nonhermitian Jun 25, 2019
99ff3cf
add qutip lite
nonhermitian Jul 1, 2019
c8cba05
Merge branch 'master' into openpulse
nonhermitian Jul 2, 2019
289b208
fix imports
nonhermitian Jul 2, 2019
769b541
formatted results
nonhermitian Jul 3, 2019
bc71fc4
pulse backend
nonhermitian Jul 5, 2019
be1b5d9
Merge branch 'master' into openpulse
nonhermitian Jul 6, 2019
24d492a
license updates
nonhermitian Jul 7, 2019
2f4188d
add cython build to setup
nonhermitian Jul 29, 2019
749a02b
build qutip_lite local
nonhermitian Jul 29, 2019
89b3e37
lint
nonhermitian Jul 29, 2019
1ee8de6
remove qutip dependency
nonhermitian Jul 30, 2019
d0c044c
Bring simulator to be usable with terra and finalize syntax (#3)
dcmckayibm Aug 7, 2019
e8e5370
updates
nonhermitian Aug 7, 2019
a63f239
linting
nonhermitian Aug 9, 2019
b416b21
lint operators
nonhermitian Aug 9, 2019
44691a5
lint
nonhermitian Aug 10, 2019
4441135
lint
nonhermitian Aug 13, 2019
e16d079
lint
nonhermitian Aug 13, 2019
de48cb8
Add identity qubit op, fix error in converting from Z to N (#6)
dcmckayibm Aug 14, 2019
ffbe7fe
changed example to use fake backend, updated for pep8 (#7)
dcmckayibm Sep 17, 2019
d17a4e9
Merge branch 'master' into openpulse
nonhermitian Sep 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ contrib/standalone/version.hpp
*.log
*.env
*.idea/
.DS_Store
*.ipynb
test/.asv

qiskit/providers/aer/backends/libomp.dylib
.tox/

Loading