-
Notifications
You must be signed in to change notification settings - Fork 17
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
qiskit-cold-atom not compatible with qiskit-nature 0.7.1 #87
Comments
I tried to get started on this one in this branch. However, we have to jump from the syntax of 0.4 to the syntax of 0.7 and this seems to be a fairly major shift. I think that I might have found most of the operators, but some problems and questions remain:
I was not sure if I should open a PR draft or just get your feedback here. Whatever you guys prefer. Ideas how to solve the issue @eggerdj or @LaurinFischer ? |
Hi Fred, I think a PR would be good. Like that we can see where the tests fail and comment. |
Hi @fretchen, In the latest qiskit nature, the syntax to initialize |
Informations
current branch
3.10
all
What is the current behavior?
Trying to run tests and install qiskit-cold-atom requires to fix
qiskit-nature
to <= 0.6.2. Otherwise it raises several errors in linting and testing. The main problem seems to be:No name 'operators' in module 'qiskit_nature'
Steps to reproduce the problem
All problems are produced in this test run.
What is the expected behavior?
We should be able to cleanly work with qiskit-nature in its most current version.
Suggested solutions
The text was updated successfully, but these errors were encountered: