LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
torchquantum_logo.jpg
torchquantum/__init__.py
torchquantum/__version__.py
torchquantum/macro.py
torchquantum/algorithm/__init__.py
torchquantum/algorithm/grover.py
torchquantum/algorithm/hamiltonian.py
torchquantum/algorithm/qft.py
torchquantum/algorithm/vqe.py
torchquantum/dataset/__init__.py
torchquantum/dataset/cifar10.py
torchquantum/dataset/layer_regression.py
torchquantum/dataset/mnist.py
torchquantum/dataset/vowel.py
torchquantum/dataset/vqe.py
torchquantum/density/__init__.py
torchquantum/density/density_func.py
torchquantum/density/density_mat.py
torchquantum/density/test.py
torchquantum/device/__init__.py
torchquantum/device/devices.py
torchquantum/device/noisedevices.py
torchquantum/encoding/__init__.py
torchquantum/encoding/encodings.py
torchquantum/functional/__init__.py
torchquantum/functional/ecr.py
torchquantum/functional/func_controlled_unitary.py
torchquantum/functional/func_mat_exp.py
torchquantum/functional/functionals.py
torchquantum/functional/gate_wrapper.py
torchquantum/functional/global_phase.py
torchquantum/functional/hadamard.py
torchquantum/functional/i.py
torchquantum/functional/paulix.py
torchquantum/functional/pauliy.py
torchquantum/functional/pauliz.py
torchquantum/functional/phase_shift.py
torchquantum/functional/qft.py
torchquantum/functional/qubit_unitary.py
torchquantum/functional/r.py
torchquantum/functional/reset.py
torchquantum/functional/rot.py
torchquantum/functional/rx.py
torchquantum/functional/ry.py
torchquantum/functional/rz.py
torchquantum/functional/s.py
torchquantum/functional/single_excitation.py
torchquantum/functional/swap.py
torchquantum/functional/sx.py
torchquantum/functional/t.py
torchquantum/functional/u1.py
torchquantum/functional/u2.py
torchquantum/functional/u3.py
torchquantum/functional/xx_min_yy.py
torchquantum/functional/xx_plus_yy.py
torchquantum/graph/__init__.py
torchquantum/graph/graphs.py
torchquantum/layer/__init__.py
torchquantum/layer/entanglement/__init__.py
torchquantum/layer/entanglement/entanglement.py
torchquantum/layer/entanglement/op2_layer.py
torchquantum/layer/general/__init__.py
torchquantum/layer/general/globalr.py
torchquantum/layer/layers/__init__.py
torchquantum/layer/layers/cx_layer.py
torchquantum/layer/layers/layers.py
torchquantum/layer/layers/module_from_ops.py
torchquantum/layer/layers/op_all.py
torchquantum/layer/layers/qft_layer.py
torchquantum/layer/layers/random_layers.py
torchquantum/layer/layers/ry_layer.py
torchquantum/layer/layers/seth_layer.py
torchquantum/layer/layers/swap_layer.py
torchquantum/layer/layers/u3_layer.py
torchquantum/layer/nlocal/__init__.py
torchquantum/layer/nlocal/efficient_su2.py
torchquantum/layer/nlocal/excitation_preserving.py
torchquantum/layer/nlocal/nlocal.py
torchquantum/layer/nlocal/pauli_two.py
torchquantum/layer/nlocal/real_amplitudes.py
torchquantum/layer/nlocal/two_local.py
torchquantum/measurement/__init__.py
torchquantum/measurement/measurements.py
torchquantum/module/__init__.py
torchquantum/module/modules.py
torchquantum/node/__init__.py
torchquantum/node/nodes.py
torchquantum/noise_model/__init__.py
torchquantum/noise_model/noise_models.py
torchquantum/operator/__init__.py
torchquantum/operator/op_hamil_exp.py
torchquantum/operator/op_types.py
torchquantum/operator/standard_gates/__init__.py
torchquantum/operator/standard_gates/ecr.py
torchquantum/operator/standard_gates/global_phase.py
torchquantum/operator/standard_gates/hadamard.py
torchquantum/operator/standard_gates/i.py
torchquantum/operator/standard_gates/iswap.py
torchquantum/operator/standard_gates/paulix.py
torchquantum/operator/standard_gates/pauliy.py
torchquantum/operator/standard_gates/pauliz.py
torchquantum/operator/standard_gates/phase_shift.py
torchquantum/operator/standard_gates/qft.py
torchquantum/operator/standard_gates/qubit_unitary.py
torchquantum/operator/standard_gates/r.py
torchquantum/operator/standard_gates/reset.py
torchquantum/operator/standard_gates/rot.py
torchquantum/operator/standard_gates/rx.py
torchquantum/operator/standard_gates/ry.py
torchquantum/operator/standard_gates/rz.py
torchquantum/operator/standard_gates/s.py
torchquantum/operator/standard_gates/single_excitation.py
torchquantum/operator/standard_gates/swap.py
torchquantum/operator/standard_gates/sx.py
torchquantum/operator/standard_gates/t.py
torchquantum/operator/standard_gates/toffoli.py
torchquantum/operator/standard_gates/trainable_unitary.py
torchquantum/operator/standard_gates/u1.py
torchquantum/operator/standard_gates/u2.py
torchquantum/operator/standard_gates/u3.py
torchquantum/operator/standard_gates/xx_min_yy.py
torchquantum/operator/standard_gates/xx_plus_yy.py
torchquantum/plugin/__init__.py
torchquantum/plugin/qiskit_pulse.py
torchquantum/plugin/qiskit/__init__.py
torchquantum/plugin/qiskit/aerbackend_fixed.py
torchquantum/plugin/qiskit/fix_qiskit_parameterization.py
torchquantum/plugin/qiskit/my_job_monitor.py
torchquantum/plugin/qiskit/qiskit_macros.py
torchquantum/plugin/qiskit/qiskit_plugin.py
torchquantum/plugin/qiskit/qiskit_processor.py
torchquantum/plugin/qiskit/qiskit_pulse.py
torchquantum/plugin/qiskit/qiskit_unitary_gate.py
torchquantum/pulse/__init__.py
torchquantum/pulse/pulse_utils.py
torchquantum/pulse/pulses.py
torchquantum/pulse/single_qubit_demo.py
torchquantum/pulse/solver.py
torchquantum/pulse/utils.py
torchquantum/pulse/mesolve/__init__.py
torchquantum/pulse/mesolve/mesolve.py
torchquantum/pulse/sesolve/__init__.py
torchquantum/pulse/sesolve/sesolve.py
torchquantum/util/__init__.py
torchquantum/util/license.py
torchquantum/util/optimization.py
torchquantum/util/qiskit_migration.py
torchquantum/util/utils.py
torchquantum/util/vqe_utils.py
torchquantum/util/quantization/__init__.py
torchquantum/util/quantization/clifford_quantization.py
torchquantum_ng.egg-info/PKG-INFO
torchquantum_ng.egg-info/SOURCES.txt
torchquantum_ng.egg-info/dependency_links.txt
torchquantum_ng.egg-info/requires.txt
torchquantum_ng.egg-info/top_level.txt