C2QA / bosonic-qiskit

Extension of Qiskit to support hybrid boson-qubit simulations for the NQI C2QA effort.
BSD 2-Clause "Simplified" License
46 stars 11 forks source link

Update circuit.py #118

Open TheLionofGod opened 2 weeks ago

TheLionofGod commented 2 weeks ago

ParameterTable has depreciated as a class name since Qiskit v0.21, where it was changed to ParameterReferences. For Qiskit 1.2, it was again changed to ParameterView, which is my proposed change in circuit.py file.

tjstavenger-pnnl commented 2 weeks ago

Thank you for the PR!

I am aware of considerable changes coming from Qiskit in the current and future releases. I suspect we'll need to work on updates. Luckily we do have funded projects to keep the bosonic-qiskit software updated.