-
Notifications
You must be signed in to change notification settings - Fork 38
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
QuTiPv5 Paper Notebook: QIP2 Circuit Simulation #113
base: main
Are you sure you want to change the base?
Conversation
- added simulation of interacting two qubit system - added simulation of dissipative two qubit system - all simulations are done with trotterization, trotterization and hardware backend and regular mesolve
- rewrote most of the text in own words - added references - added authors - fixed typos and errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Maybe nice to tag @BoxiLi as a co-author, he helped optimize the circuit implementation. Am not sure what to do with testing here, lets chat about it when we get a chance.
## Testing | ||
|
||
```python | ||
# TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testing, hmm, am not super sure, since we design these circuits to have finite error, so none of the ''results'' will match perfectly.
Adds the notebook for the qip2 section in the paper. Includes simulation of circuits incl. running them on supercondcuting hardware backend.
Todo: