LICENSE
MANIFEST.in
README.md
pyproject.toml
quivercirc/__init__.py
quivercirc/adaptive.py
quivercirc/circuit.py
quivercirc/config.py
quivercirc/core.py
quivercirc/distillation.py
quivercirc/diversity.py
quivercirc/hamiltonian.py
quivercirc/microstructures.py
quivercirc/mutation.py
quivercirc/optimizer.py
quivercirc/persistence.py
quivercirc/registry.py
quivercirc/verification.py
quivercirc.egg-info/PKG-INFO
quivercirc.egg-info/SOURCES.txt
quivercirc.egg-info/dependency_links.txt
quivercirc.egg-info/requires.txt
quivercirc.egg-info/top_level.txt
quivercirc/ansatz/__init__.py
quivercirc/ansatz/all_to_all.py
quivercirc/ansatz/base.py
quivercirc/ansatz/brickwall.py
quivercirc/ansatz/discovered.py
quivercirc/ansatz/hardware_efficient.py
quivercirc/ansatz/linear_entangler.py
quivercirc/ansatz/qaoa.py
quivercirc/ansatz/strongly_entangling.py
quivercirc/backends/__init__.py
quivercirc/backends/base.py
quivercirc/backends/numpy_backend.py
quivercirc/backends/pennylane_backend.py
quivercirc/backends/qiskit_backend.py
quivercirc/dwave/__init__.py
quivercirc/dwave/penalties.py
quivercirc/dwave/qubo.py
tests/__init__.py
tests/test_adaptive.py
tests/test_ansatz.py
tests/test_circuit.py
tests/test_config.py
tests/test_core.py
tests/test_distillation.py
tests/test_diversity.py
tests/test_hamiltonian.py
tests/test_microstructures.py
tests/test_mutation.py
tests/test_numpy_backend.py
tests/test_persistence.py
tests/test_registry.py