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
288 stars 208 forks source link

Fixed regex bug causing invalid qcomponent files to be loaded. #712

Closed ismirlia closed 3 years ago

ismirlia commented 3 years ago

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

_parsed_dynamic_attrs.py and base.py were incorrectly being loaded as qcomponent files causing an error to pop up when clicking them. Below is an image of the error.

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

no

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

no

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

yes

Summary

Screen Shot 2021-09-30 at 9 49 41 AM

Details and comments