LICENSE
MANIFEST.in
README.md
pyproject.toml
quiver/__init__.py
quiver/adaptive.py
quiver/circuit.py
quiver/config.py
quiver/core.py
quiver/distillation.py
quiver/diversity.py
quiver/hamiltonian.py
quiver/microstructures.py
quiver/mutation.py
quiver/optimizer.py
quiver/persistence.py
quiver/registry.py
quiver/verification.py
quiver/ansatz/__init__.py
quiver/ansatz/all_to_all.py
quiver/ansatz/base.py
quiver/ansatz/brickwall.py
quiver/ansatz/discovered.py
quiver/ansatz/hardware_efficient.py
quiver/ansatz/linear_entangler.py
quiver/ansatz/qaoa.py
quiver/ansatz/strongly_entangling.py
quiver/backends/__init__.py
quiver/backends/base.py
quiver/backends/numpy_backend.py
quiver/backends/pennylane_backend.py
quiver/backends/qiskit_backend.py
quiver/dwave/__init__.py
quiver/dwave/penalties.py
quiver/dwave/qubo.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
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