-
Notifications
You must be signed in to change notification settings - Fork 226
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
Add Hamiltonian Simulation #179
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This should be pretty much ready as a first draft. |
View / edit / reply to this conversation on ReviewNB ajberdy commented on 2022-08-22T20:17:30Z I think the style could benefit from some whitespace around commas, operators to be more consistent with our other code |
View / edit / reply to this conversation on ReviewNB ajberdy commented on 2022-08-22T20:17:31Z Line #2. #First we define the number of qubits we are going to use. Typically, a space is used after the # in comments |
View / edit / reply to this conversation on ReviewNB ajberdy commented on 2022-08-22T20:17:32Z We will need to add a commit to the render-pngs branch to handle a bug with inline images |
View / edit / reply to this conversation on ReviewNB ajberdy commented on 2022-08-22T20:17:33Z *state vector result type |
View / edit / reply to this conversation on ReviewNB ajberdy commented on 2022-08-22T20:17:35Z Do we need all of this precision? tichrisl137 commented on 2022-09-14T01:26:35Z This is just to show that the result converges with the actual result. If you want, I can tell the user that they can use less precision. |
This is just to show that the result converges with the actual result. If you want, I can tell the user that they can use less precision. View entire conversation on ReviewNB |
This models the time evolution of a quantum system using the Trotterization method on the local simulator.