LICENSE.txt
MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.py
src/pyLIQTR/__init__.py
src/pyLIQTR/_version.py
src/pyLIQTR.egg-info/PKG-INFO
src/pyLIQTR.egg-info/SOURCES.txt
src/pyLIQTR.egg-info/dependency_links.txt
src/pyLIQTR.egg-info/requires.txt
src/pyLIQTR.egg-info/top_level.txt
src/pyLIQTR/BlockEncodings/BlockEncoding.py
src/pyLIQTR/BlockEncodings/LinearT.py
src/pyLIQTR/BlockEncodings/PauliStringLCU.py
src/pyLIQTR/BlockEncodings/__init__.py
src/pyLIQTR/BlockEncodings/fermi_hubbard_square_encoding.py
src/pyLIQTR/BlockEncodings/getEncoding.py
src/pyLIQTR/PhaseEstimation/__init__.py
src/pyLIQTR/PhaseEstimation/pe.py
src/pyLIQTR/PhaseEstimation/pe_gates.py
src/pyLIQTR/PhaseEstimation/pe_sim.py
src/pyLIQTR/PhaseEstimation/tests/__init__.py
src/pyLIQTR/ProblemInstances/ChemicalHamiltonian.py
src/pyLIQTR/ProblemInstances/ElectronicStructure.py
src/pyLIQTR/ProblemInstances/LatticeInstance.py
src/pyLIQTR/ProblemInstances/MatrixInstance.py
src/pyLIQTR/ProblemInstances/ProblemInstance.py
src/pyLIQTR/ProblemInstances/__init__.py
src/pyLIQTR/ProblemInstances/fermionic_models.py
src/pyLIQTR/ProblemInstances/getInstance.py
src/pyLIQTR/ProblemInstances/spin_models.py
src/pyLIQTR/circuits/__init__.py
src/pyLIQTR/circuits/pyLCircuit.py
src/pyLIQTR/circuits/pyLOperator.py
src/pyLIQTR/circuits/qsp.py
src/pyLIQTR/circuits/operators/AddMod.py
src/pyLIQTR/circuits/operators/__init__.py
src/pyLIQTR/circuits/operators/hamiltonian_encodings.py
src/pyLIQTR/circuits/operators/multiCZ.py
src/pyLIQTR/circuits/operators/prepare.py
src/pyLIQTR/circuits/operators/prepare_LinearT.py
src/pyLIQTR/circuits/operators/prepare_oracle_pauli_lcu.py
src/pyLIQTR/circuits/operators/reflect.py
src/pyLIQTR/circuits/operators/selectV.py
src/pyLIQTR/circuits/operators/selectVutils.py
src/pyLIQTR/circuits/operators/select_LinearT.py
src/pyLIQTR/circuits/operators/select_oracle_pauli_lcu.py
src/pyLIQTR/circuits/operators/select_prepare_pauli.py
src/pyLIQTR/circuits/operators/tests/__init__.py
src/pyLIQTR/circuits/operators/tests/test_hamiltonian_encodings.py
src/pyLIQTR/circuits/operators/tests/test_multiCZ.py
src/pyLIQTR/circuits/operators/tests/test_reflect.py
src/pyLIQTR/circuits/operators/tests/test_selectV.py
src/pyLIQTR/circuits/tests/__init__.py
src/pyLIQTR/circuits/tests/test_pyLCircuit.py
src/pyLIQTR/circuits/tests/test_pyLOperator.py
src/pyLIQTR/clam/__init__.py
src/pyLIQTR/clam/_version.py
src/pyLIQTR/clam/atomic_lattice.py
src/pyLIQTR/clam/cell_complex.py
src/pyLIQTR/clam/geometry.py
src/pyLIQTR/clam/lattice.py
src/pyLIQTR/clam/lattice_definitions.py
src/pyLIQTR/clam/multilinear_algebra.py
src/pyLIQTR/clam/operator_complex.py
src/pyLIQTR/clam/operator_lattice.py
src/pyLIQTR/clam/operator_sims.py
src/pyLIQTR/clam/operator_strings.py
src/pyLIQTR/clam/operators.py
src/pyLIQTR/clam/physical_data.py
src/pyLIQTR/clam/simqsp.py
src/pyLIQTR/clam/tensor_methods.py
src/pyLIQTR/clam/time_dynamics.py
src/pyLIQTR/clam/utilities.py
src/pyLIQTR/clam/linearization_tools/__init__.py
src/pyLIQTR/clam/linearization_tools/burgers_nonlinear.py
src/pyLIQTR/clam/linearization_tools/linearization_tools.py
src/pyLIQTR/clam/linearization_tools/multilinear_algebra.py
src/pyLIQTR/clam/linearization_tools/vlasov_spectral.py
src/pyLIQTR/clam/tests/__init__.py
src/pyLIQTR/gate_decomp/__init__.py
src/pyLIQTR/gate_decomp/cirq_transforms.py
src/pyLIQTR/gate_decomp/clifford_gates.py
src/pyLIQTR/gate_decomp/ellipse.py
src/pyLIQTR/gate_decomp/exact_decomp.py
src/pyLIQTR/gate_decomp/gate_approximation.py
src/pyLIQTR/gate_decomp/grid_operator.py
src/pyLIQTR/gate_decomp/matrices.py
src/pyLIQTR/gate_decomp/point_enumeration.py
src/pyLIQTR/gate_decomp/rings.py
src/pyLIQTR/gate_decomp/rotation_gates.py
src/pyLIQTR/gate_decomp/solve_diophantine.py
src/pyLIQTR/gate_decomp/tests/__init__.py
src/pyLIQTR/gate_decomp/tests/benchmarks.py
src/pyLIQTR/gate_decomp/tests/conftest.py
src/pyLIQTR/gate_decomp/tests/test_cirq_transformers.py
src/pyLIQTR/gate_decomp/tests/test_exact_decomp.py
src/pyLIQTR/gate_decomp/tests/test_matrices.py
src/pyLIQTR/gate_decomp/tests/test_point_enumeration.py
src/pyLIQTR/gate_decomp/tests/test_solve_diophantine.py
src/pyLIQTR/pest_interface/__init__.py
src/pyLIQTR/pest_interface/pest_python.py
src/pyLIQTR/phase_factors/__init__.py
src/pyLIQTR/phase_factors/angler.py
src/pyLIQTR/phase_factors/conversions.py
src/pyLIQTR/phase_factors/named_factors.py
src/pyLIQTR/phase_factors/phase_factors.py
src/pyLIQTR/phase_factors/simulation.py
src/pyLIQTR/phase_factors/fourier_response/__init__.py
src/pyLIQTR/phase_factors/fourier_response/fourier_response.py
src/pyLIQTR/phase_factors/optimization/ChebyshevPoly.py
src/pyLIQTR/phase_factors/optimization/__init__.py
src/pyLIQTR/phase_factors/optimization/angler_optimization.py
src/pyLIQTR/phase_factors/optimization/expander.py
src/pyLIQTR/phase_factors/optimization/fitter.py
src/pyLIQTR/qubitization/__init__.py
src/pyLIQTR/qubitization/phase_estimation.py
src/pyLIQTR/qubitization/qsvt.py
src/pyLIQTR/qubitization/qsvt_dynamics.py
src/pyLIQTR/qubitization/qubitized_gates.py
src/pyLIQTR/tests/__init__.py
src/pyLIQTR/tests/test_cirq_ft_resource_analyze_multiple_gates.py
src/pyLIQTR/tests/test_cirq_ft_resource_analyze_single_gate.py
src/pyLIQTR/utils/Hamiltonian.py
src/pyLIQTR/utils/__init__.py
src/pyLIQTR/utils/circuit_decomposition.py
src/pyLIQTR/utils/get_hdf5.py
src/pyLIQTR/utils/pauli_string_manip.py
src/pyLIQTR/utils/plot_helpers.py
src/pyLIQTR/utils/printing.py
src/pyLIQTR/utils/qsp_helpers.py
src/pyLIQTR/utils/resource_analysis.py
src/pyLIQTR/utils/utils.py
src/pyLIQTR/utils/tests/__init__.py
src/pyLIQTR/utils/tests/test_printing.py
src/pyLIQTR/utils/tests/test_resoure_analyze.py
src/pyLIQTR/utils/tests/test_utils.py