Metadata-Version: 2.4
Name: symbolic-qiskit
Version: 0.1.0a1
Summary: Symbolic simulator for qiskit circuits using sympy backend, supporting mid-circuit measurement and state inspection.
Author-email: Hung-Yen Chung <ianchung621.email@gmail.com>
License: Apache-2.0
Keywords: quantum-computing,qiskit,symbolic,sympy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: sympy
Requires-Dist: qiskit
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: coverage[toml]; extra == "test"
Dynamic: license-file
