LICENSE
README.md
setup.py
benchmarks/__init__.py
benchmarks/scripts/__init__.py
benchmarks/scripts/benchmark_script.py
benchmarks/scripts/common.py
benchmarks/scripts/expval_benchmark.py
benchmarks/scripts/generate_layouts.py
benchmarks/scripts/generate_qasm.py
benchmarks/scripts/plot_avg_benchmarks_over_time.py
benchmarks/scripts/plot_latest_benchmarks.py
benchmarks/scripts/write_qasm.py
benchmarks/scripts/cirq_circuits/__init__.py
benchmarks/scripts/cirq_circuits/circuits.py
benchmarks/scripts/qiskit_circuits/__init__.py
benchmarks/scripts/qiskit_circuits/circuits.py
ucc/__init__.py
ucc/_version.py
ucc/compile.py
ucc.egg-info/PKG-INFO
ucc.egg-info/SOURCES.txt
ucc.egg-info/dependency_links.txt
ucc.egg-info/entry_points.txt
ucc.egg-info/requires.txt
ucc.egg-info/top_level.txt
ucc/transpiler_passes/__init__.py
ucc/transpiler_passes/basis_translator.py
ucc/transpiler_passes/collect_1q_runs.py
ucc/transpiler_passes/collect_2q_blocks.py
ucc/transpiler_passes/commutation_analysis.py
ucc/transpiler_passes/commutation_checker.py
ucc/transpiler_passes/commutative_cancellation.py
ucc/transpiler_passes/consolidate_blocks.py
ucc/transpiler_passes/optimize_1q_decomposition.py
ucc/transpiler_passes/sabre_layout.py
ucc/transpiler_passes/sabre_swap.py
ucc/transpiler_passes/spectral_mapping.py
ucc/transpiler_passes/unitary_synthesis.py
ucc/transpiler_passes/layout/__init__.py
ucc/transpiler_passes/layout/apply_layout.py
ucc/transpiler_passes/layout/disjoint_utils.py
ucc/transpiler_passes/layout/enlarge_with_ancilla.py
ucc/transpiler_passes/layout/full_ancilla_allocation.py
ucc/transpiler_passes/layout/set_layout.py
ucc/transpiler_passes/layout/vf2_post_layout.py
ucc/transpiler_passes/tests/__init__.py
ucc/transpilers/__init__.py
ucc/transpilers/ucc_defaults.py