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
276 stars 205 forks source link

Include vector class for 3D #808

Closed AbeerVaishnav13 closed 2 years ago

AbeerVaishnav13 commented 2 years ago

What is the feature being requested?

Subclass the existing 2D vector class in qiskit_metal/draw/utility.py, and make unit tests to test out funcitonality.

What are use cases for this feature?

3D vector class will be used in Gmsh renderer and for any future renderers which want to directly use it.