cda-tum / mqt-core

MQT Core - The Backbone of the Munich Quantum Toolkit
http://mqt.readthedocs.io/projects/core
MIT License
52 stars 28 forks source link

🏷️ providing a convenient `CircuitInputType` #661

Closed burgholzer closed 1 month ago

burgholzer commented 1 month ago

Description

This PR provides a convenient type that summarizes the default circuit inputs to the load method. Special care is taken that this type is only defined in type checking environments and does not require importing optional dependencies that might not be available at runtime (such as qiskit).

Checklist: