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
283 stars 209 forks source link

Fix for including mesh size fields in `.geo_unrolled` file and SetFactory() #858

Closed AbeerVaishnav13 closed 2 years ago

AbeerVaishnav13 commented 2 years ago

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

Closes #857

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

Did external testing

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

No

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

Yes

Summary

Added some code to fix the exported .geo_unrolled file from Gmsh renderer to not have mesh size fields and also set the factory method to "OpenCASCADE" in the file manually.

Details and comments

N/A