-
Notifications
You must be signed in to change notification settings - Fork 7
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 an example of multi-level systems #15
Comments
Hi @neversakura |
Hi @shobhan126 Also, arXiv:1206.4197 is a good reference for AME. [arXiv:1503.08767(https://arxiv.org/abs/1503.08767) is another good reference if you are looking for simple examples. |
@neversakura Started working on it here. It's basically an initial commit with not too much details. Do you have any suggestions as to what all I should add? Thinking of splitting into two notebooks: 01a for closed and 01b for with a dissipative version. Let me know if that makes sense to you. I feel like definition of Currently there everything is just passed as an Also it seems like all operators of the |
@shobhan126 Thanks for the very nice work. I will take a deeper look at your notebook this weekend. Currently, my only suggestion is to also report the Gate error along with the population leakage (which I think is in your TODO already). Also, I think splitting the tutorial into two parts is fine. I feel like the definition of tf as total annealing time is a bit confusing in context of an Evolution object. Took me while to figure out that I will mainly be using that for scaling purposes - and had to set it to 1 - in the context of the example. Currently there everything is just passed as an Annealing object. Is there a plan to have different dispatches for Annealing problems vs Evolution problems? Indeed the package carries some burden from quantum annealing. Defining everything w.r.t. a dimensionless time is not very intuitive in other scenarios. The package used to support defining things w.r.t. physical time but I removed that part since it added an extra layer of complexity. However, I think your suggestion of using Of course, to solve the Also it seems like all operators of the DenseHamiltonian are passed in as time-dependent operators. Might it be useful to support time-independent operators separately? Yes, having a |
Constant type Hamiltonian: USCqserver/OpenQuantumBase.jl#85 |
The text was updated successfully, but these errors were encountered: