qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

Fixed `run_epr` coming from moving renderers #956

Closed clarkmiyamoto closed 1 year ago

clarkmiyamoto commented 1 year ago

What are the issues this pull addresses (issue numbers / links)?

Did you add tests to cover your changes (yes/no)?

No - internal change.

Did you update the documentation accordingly (yes/no)?

No - internal change.

Did you read the CONTRIBUTING document (yes/no)?

Yes

Summary

In https://github.com/qiskit-community/qiskit-metal/pull/955, there were left over calls to aedt_hfss_eigenmode_inductance and aedt_hfss_eigenmode_capacitance. This PR is to fix that mistake.

Doing a global search through the code reveals that changes included are the only leftover aedt_hfss_eigenmode_inductance and aedt_hfss_eigenmode_capacitance.

Sorry! Will be more vigilant next time.

Details and comments