Metadata-Version: 2.4
Name: qcompile
Version: 0.1.1
Summary: AI-guided hardware-aware quantum circuit layout optimization for Qiskit
Author-email: Shagun Tembhurne <shaxtembhurne@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/shaxtembhurne/qcompile
Project-URL: Repository, https://github.com/shaxtembhurne/qcompile
Project-URL: Issues, https://github.com/shaxtembhurne/qcompile/issues
Keywords: quantum-computing,qiskit,compiler,transpiler,layout,optimization,graph-neural-network,machine-learning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: networkx
Requires-Dist: joblib
Requires-Dist: qiskit
Requires-Dist: qiskit-ibm-runtime
Requires-Dist: torch
Requires-Dist: torch-geometric
