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

removed references to ParameterTable #119

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

nbronn
Copy link
Contributor

@nbronn nbronn commented Oct 14, 2024

In Qiskit 1.2, the protect member _parameter_table of the QuantumCircuit class is managed in the Rust domain and is inaccessible from Python. (It is further explained in this Qiskit PR). This PR removes reference to the parameter table in the CVCircuit class, which had no downstream dependencies. Now bosonic-qiskit should be compatible with Qiskit >= 1.2.

Also fixed some formatting issues by running black.

@tjstavenger-pnnl
Copy link
Collaborator

Thank you for the PR!

We were already planning on updating our code to the current Qiskit, this will certainly help. We'll also get our requirements.txt and pyproject.toml updated so that our PyPI package has its dependencies correct, too.

@nbronn
Copy link
Contributor Author

nbronn commented Oct 15, 2024

That's great @tjstavenger-pnnl ... please let me know if I can further assist in any way!

@tjstavenger-pnnl
Copy link
Collaborator

Will be fixed by #123

@tjstavenger-pnnl tjstavenger-pnnl merged commit 2ac5330 into C2QA:main Oct 25, 2024
21 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants