LICENSE
README.rst
setup.py
tangelo/__init__.py
tangelo/_version.py
tangelo/molecule_library.py
tangelo/algorithms/__init__.py
tangelo/algorithms/electronic_structure_solver.py
tangelo/algorithms/classical/__init__.py
tangelo/algorithms/classical/ccsd_solver.py
tangelo/algorithms/classical/fci_solver.py
tangelo/algorithms/classical/semi_empirical_solver.py
tangelo/algorithms/classical/tests/__init__.py
tangelo/algorithms/classical/tests/test_ccsd_solver.py
tangelo/algorithms/classical/tests/test_fci_solver.py
tangelo/algorithms/classical/tests/test_semi_empirical_solver.py
tangelo/algorithms/projective/__init__.py
tangelo/algorithms/projective/quantum_imaginary_time.py
tangelo/algorithms/projective/tests/__init__.py
tangelo/algorithms/projective/tests/test_qite.py
tangelo/algorithms/variational/__init__.py
tangelo/algorithms/variational/adapt_vqe_solver.py
tangelo/algorithms/variational/iqcc_ilc_solver.py
tangelo/algorithms/variational/iqcc_solver.py
tangelo/algorithms/variational/sa_oo_vqe_solver.py
tangelo/algorithms/variational/sa_vqe_solver.py
tangelo/algorithms/variational/tetris_adapt_vqe_solver.py
tangelo/algorithms/variational/vqe_solver.py
tangelo/algorithms/variational/tests/__init__.py
tangelo/algorithms/variational/tests/test_adapt_vqe_solver.py
tangelo/algorithms/variational/tests/test_iqcc_ilc_solver.py
tangelo/algorithms/variational/tests/test_iqcc_solver.py
tangelo/algorithms/variational/tests/test_sa_oo_vqe_solver.py
tangelo/algorithms/variational/tests/test_sa_vqe_solver.py
tangelo/algorithms/variational/tests/test_tetris_adapt_vqe_solver.py
tangelo/algorithms/variational/tests/test_vqe_solver.py
tangelo/helpers/__init__.py
tangelo/helpers/math.py
tangelo/helpers/utils.py
tangelo/linq/__init__.py
tangelo/linq/circuit.py
tangelo/linq/gate.py
tangelo/linq/qdk_template.py
tangelo/linq/simulator.py
tangelo/linq/helpers/__init__.py
tangelo/linq/helpers/circuits/__init__.py
tangelo/linq/helpers/circuits/measurement_basis.py
tangelo/linq/helpers/circuits/statevector.py
tangelo/linq/helpers/circuits/tests/__init__.py
tangelo/linq/helpers/circuits/tests/test_statevector.py
tangelo/linq/helpers/operators/__init__.py
tangelo/linq/helpers/operators/operators.py
tangelo/linq/noisy_simulation/__init__.py
tangelo/linq/noisy_simulation/noise_models.py
tangelo/linq/qpu_connection/__init__.py
tangelo/linq/qpu_connection/ibm_connection.py
tangelo/linq/qpu_connection/ionq_connection.py
tangelo/linq/qpu_connection/qemist_cloud_connection.py
tangelo/linq/qpu_connection/qpu_connection.py
tangelo/linq/target/__init__.py
tangelo/linq/target/backend.py
tangelo/linq/target/target_cirq.py
tangelo/linq/target/target_qdk.py
tangelo/linq/target/target_qiskit.py
tangelo/linq/target/target_qulacs.py
tangelo/linq/tests/__init__.py
tangelo/linq/tests/test_circuits.py
tangelo/linq/tests/test_gates.py
tangelo/linq/tests/test_ibm_connection.py
tangelo/linq/tests/test_ionq_connection.py
tangelo/linq/tests/test_simulator.py
tangelo/linq/tests/test_simulator_noisy.py
tangelo/linq/tests/test_translator_circuit.py
tangelo/linq/tests/test_translator_qubitop.py
tangelo/linq/translator/__init__.py
tangelo/linq/translator/qdk_template.py
tangelo/linq/translator/translate_braket.py
tangelo/linq/translator/translate_circuit.py
tangelo/linq/translator/translate_cirq.py
tangelo/linq/translator/translate_json_ionq.py
tangelo/linq/translator/translate_openqasm.py
tangelo/linq/translator/translate_pennylane.py
tangelo/linq/translator/translate_projectq.py
tangelo/linq/translator/translate_qdk.py
tangelo/linq/translator/translate_qiskit.py
tangelo/linq/translator/translate_qubitop.py
tangelo/linq/translator/translate_qulacs.py
tangelo/problem_decomposition/__init__.py
tangelo/problem_decomposition/problem_decomposition.py
tangelo/problem_decomposition/dmet/__init__.py
tangelo/problem_decomposition/dmet/dmet_problem_decomposition.py
tangelo/problem_decomposition/dmet/fragment.py
tangelo/problem_decomposition/dmet/_helpers/__init__.py
tangelo/problem_decomposition/dmet/_helpers/dmet_bath.py
tangelo/problem_decomposition/dmet/_helpers/dmet_fragment.py
tangelo/problem_decomposition/dmet/_helpers/dmet_onerdm.py
tangelo/problem_decomposition/dmet/_helpers/dmet_orbitals.py
tangelo/problem_decomposition/dmet/_helpers/dmet_scf.py
tangelo/problem_decomposition/dmet/_helpers/dmet_scf_guess.py
tangelo/problem_decomposition/electron_localization/__init__.py
tangelo/problem_decomposition/electron_localization/iao_localization.py
tangelo/problem_decomposition/electron_localization/meta_lowdin_localization.py
tangelo/problem_decomposition/electron_localization/nao_localization.py
tangelo/problem_decomposition/incremental/__init__.py
tangelo/problem_decomposition/incremental/mifno_helper.py
tangelo/problem_decomposition/oniom/__init__.py
tangelo/problem_decomposition/oniom/oniom_problem_decomposition.py
tangelo/problem_decomposition/oniom/_helpers/__init__.py
tangelo/problem_decomposition/oniom/_helpers/capping_groups.py
tangelo/problem_decomposition/oniom/_helpers/helper_classes.py
tangelo/problem_decomposition/tests/__init__.py
tangelo/problem_decomposition/tests/dmet/__init__.py
tangelo/problem_decomposition/tests/dmet/test_dmet.py
tangelo/problem_decomposition/tests/dmet/test_dmet_fragment.py
tangelo/problem_decomposition/tests/dmet/test_dmet_oneshot_loop.py
tangelo/problem_decomposition/tests/dmet/test_dmet_orbitals.py
tangelo/problem_decomposition/tests/dmet/test_dmet_vqe.py
tangelo/problem_decomposition/tests/dmet/test_osdmet.py
tangelo/problem_decomposition/tests/oniom/__init__.py
tangelo/problem_decomposition/tests/oniom/test_capping.py
tangelo/problem_decomposition/tests/oniom/test_oniom.py
tangelo/problem_decomposition/tests/oniom/test_oniom_quantum.py
tangelo/toolboxes/__init__.py
tangelo/toolboxes/ansatz_generator/__init__.py
tangelo/toolboxes/ansatz_generator/_general_unitary_cc.py
tangelo/toolboxes/ansatz_generator/_hea_circuit.py
tangelo/toolboxes/ansatz_generator/_qubit_cc.py
tangelo/toolboxes/ansatz_generator/_qubit_ilc.py
tangelo/toolboxes/ansatz_generator/_qubit_mf.py
tangelo/toolboxes/ansatz_generator/_unitary_cc_openshell.py
tangelo/toolboxes/ansatz_generator/_unitary_cc_paired.py
tangelo/toolboxes/ansatz_generator/_unitary_majorana_cc.py
tangelo/toolboxes/ansatz_generator/adapt_ansatz.py
tangelo/toolboxes/ansatz_generator/ansatz.py
tangelo/toolboxes/ansatz_generator/ansatz_utils.py
tangelo/toolboxes/ansatz_generator/fermionic_operators.py
tangelo/toolboxes/ansatz_generator/hea.py
tangelo/toolboxes/ansatz_generator/ilc.py
tangelo/toolboxes/ansatz_generator/penalty_terms.py
tangelo/toolboxes/ansatz_generator/puccd.py
tangelo/toolboxes/ansatz_generator/qcc.py
tangelo/toolboxes/ansatz_generator/qmf.py
tangelo/toolboxes/ansatz_generator/rucc.py
tangelo/toolboxes/ansatz_generator/uccgd.py
tangelo/toolboxes/ansatz_generator/uccsd.py
tangelo/toolboxes/ansatz_generator/upccgsd.py
tangelo/toolboxes/ansatz_generator/variational_circuit.py
tangelo/toolboxes/ansatz_generator/vsqs.py
tangelo/toolboxes/ansatz_generator/tests/__init__.py
tangelo/toolboxes/ansatz_generator/tests/test_adapt_ansatz.py
tangelo/toolboxes/ansatz_generator/tests/test_ansatz_util.py
tangelo/toolboxes/ansatz_generator/tests/test_fermionic_operators.py
tangelo/toolboxes/ansatz_generator/tests/test_general_unitary_cc.py
tangelo/toolboxes/ansatz_generator/tests/test_hea.py
tangelo/toolboxes/ansatz_generator/tests/test_ilc.py
tangelo/toolboxes/ansatz_generator/tests/test_penalty_terms.py
tangelo/toolboxes/ansatz_generator/tests/test_puccd.py
tangelo/toolboxes/ansatz_generator/tests/test_qcc.py
tangelo/toolboxes/ansatz_generator/tests/test_qmf.py
tangelo/toolboxes/ansatz_generator/tests/test_rucc.py
tangelo/toolboxes/ansatz_generator/tests/test_uccgd.py
tangelo/toolboxes/ansatz_generator/tests/test_uccsd.py
tangelo/toolboxes/ansatz_generator/tests/test_upccgsd.py
tangelo/toolboxes/ansatz_generator/tests/test_variational_circuit.py
tangelo/toolboxes/ansatz_generator/tests/test_vsqs.py
tangelo/toolboxes/circuits/__init__.py
tangelo/toolboxes/circuits/diagonal_coulomb.py
tangelo/toolboxes/circuits/discrete_clock.py
tangelo/toolboxes/circuits/grid_circuits.py
tangelo/toolboxes/circuits/lcu.py
tangelo/toolboxes/circuits/multiproduct.py
tangelo/toolboxes/circuits/qsp.py
tangelo/toolboxes/circuits/tests/__init__.py
tangelo/toolboxes/circuits/tests/test_diagonal_coulomb.py
tangelo/toolboxes/circuits/tests/test_discrete_clock.py
tangelo/toolboxes/circuits/tests/test_grid.py
tangelo/toolboxes/circuits/tests/test_lcu.py
tangelo/toolboxes/circuits/tests/test_mp.py
tangelo/toolboxes/circuits/tests/test_qsp.py
tangelo/toolboxes/measurements/__init__.py
tangelo/toolboxes/measurements/estimate_measurements.py
tangelo/toolboxes/measurements/qubit_terms_grouping.py
tangelo/toolboxes/measurements/classical_shadows/__init__.py
tangelo/toolboxes/measurements/classical_shadows/adaptive.py
tangelo/toolboxes/measurements/classical_shadows/classical_shadows.py
tangelo/toolboxes/measurements/classical_shadows/derandomized.py
tangelo/toolboxes/measurements/classical_shadows/randomized.py
tangelo/toolboxes/measurements/tests/__init__.py
tangelo/toolboxes/measurements/tests/test_adaptive_classical_shadows.py
tangelo/toolboxes/measurements/tests/test_derandomized_classical_shadows.py
tangelo/toolboxes/measurements/tests/test_measurements.py
tangelo/toolboxes/measurements/tests/test_qubit_terms_grouping.py
tangelo/toolboxes/measurements/tests/test_randomized_classical_shadows.py
tangelo/toolboxes/molecular_computation/__init__.py
tangelo/toolboxes/molecular_computation/coefficients.py
tangelo/toolboxes/molecular_computation/frozen_orbitals.py
tangelo/toolboxes/molecular_computation/molecule.py
tangelo/toolboxes/molecular_computation/rdms.py
tangelo/toolboxes/molecular_computation/tests/__init__.py
tangelo/toolboxes/molecular_computation/tests/test_coefficients.py
tangelo/toolboxes/molecular_computation/tests/test_frozen_orbitals.py
tangelo/toolboxes/molecular_computation/tests/test_molecule.py
tangelo/toolboxes/molecular_computation/tests/test_rdms.py
tangelo/toolboxes/operators/__init__.py
tangelo/toolboxes/operators/multiformoperator.py
tangelo/toolboxes/operators/operators.py
tangelo/toolboxes/operators/taper_qubits.py
tangelo/toolboxes/operators/z2_tapering.py
tangelo/toolboxes/operators/tests/__init__.py
tangelo/toolboxes/operators/tests/test_multiformoperator.py
tangelo/toolboxes/operators/tests/test_operators.py
tangelo/toolboxes/operators/tests/test_taper_qubits.py
tangelo/toolboxes/operators/tests/test_z2_tapering.py
tangelo/toolboxes/optimizers/__init__.py
tangelo/toolboxes/optimizers/rotosolve.py
tangelo/toolboxes/post_processing/__init__.py
tangelo/toolboxes/post_processing/bootstrapping.py
tangelo/toolboxes/post_processing/extrapolation.py
tangelo/toolboxes/post_processing/histogram.py
tangelo/toolboxes/post_processing/mc_weeny_rdm_purification.py
tangelo/toolboxes/post_processing/post_selection.py
tangelo/toolboxes/post_processing/tests/__init__.py
tangelo/toolboxes/post_processing/tests/test_extrapolation.py
tangelo/toolboxes/post_processing/tests/test_histogram.py
tangelo/toolboxes/post_processing/tests/test_mcweeny_purification.py
tangelo/toolboxes/post_processing/tests/test_post_selection.py
tangelo/toolboxes/qubit_mappings/__init__.py
tangelo/toolboxes/qubit_mappings/bravyi_kitaev.py
tangelo/toolboxes/qubit_mappings/hcb.py
tangelo/toolboxes/qubit_mappings/jkmn.py
tangelo/toolboxes/qubit_mappings/jordan_wigner.py
tangelo/toolboxes/qubit_mappings/mapping_transform.py
tangelo/toolboxes/qubit_mappings/statevector_mapping.py
tangelo/toolboxes/qubit_mappings/symmetry_conserving_bravyi_kitaev.py
tangelo/toolboxes/qubit_mappings/tests/__init__.py
tangelo/toolboxes/qubit_mappings/tests/test_bravyi_kitaev.py
tangelo/toolboxes/qubit_mappings/tests/test_mapping_transform.py
tangelo/toolboxes/qubit_mappings/tests/test_qubitizer.py
tangelo/toolboxes/qubit_mappings/tests/test_statevector_mapping.py
tangelo_gc.egg-info/PKG-INFO
tangelo_gc.egg-info/SOURCES.txt
tangelo_gc.egg-info/dependency_links.txt
tangelo_gc.egg-info/requires.txt
tangelo_gc.egg-info/top_level.txt