LICENSE
README.md
pyproject.toml
setup.py
src/qibo/__init__.py
src/qibo/callbacks.py
src/qibo/config.py
src/qibo/derivative.py
src/qibo/noise.py
src/qibo/noise_model.py
src/qibo/optimizers.py
src/qibo/parallel.py
src/qibo/solvers.py
src/qibo/states.py
src/qibo/symbols.py
src/qibo.egg-info/PKG-INFO
src/qibo.egg-info/SOURCES.txt
src/qibo.egg-info/dependency_links.txt
src/qibo.egg-info/not-zip-safe
src/qibo.egg-info/requires.txt
src/qibo.egg-info/top_level.txt
src/qibo/backends/__init__.py
src/qibo/backends/abstract.py
src/qibo/backends/einsum_utils.py
src/qibo/backends/npmatrices.py
src/qibo/backends/numpy.py
src/qibo/backends/tensorflow.py
src/qibo/gates/__init__.py
src/qibo/gates/abstract.py
src/qibo/gates/channels.py
src/qibo/gates/gates.py
src/qibo/gates/measurements.py
src/qibo/gates/special.py
src/qibo/hamiltonians/__init__.py
src/qibo/hamiltonians/abstract.py
src/qibo/hamiltonians/adiabatic.py
src/qibo/hamiltonians/hamiltonians.py
src/qibo/hamiltonians/models.py
src/qibo/hamiltonians/terms.py
src/qibo/models/__init__.py
src/qibo/models/circuit.py
src/qibo/models/distcircuit.py
src/qibo/models/error_mitigation.py
src/qibo/models/evolution.py
src/qibo/models/grover.py
src/qibo/models/hep.py
src/qibo/models/qft.py
src/qibo/models/qgan.py
src/qibo/models/tsp.py
src/qibo/models/utils.py
src/qibo/models/variational.py
src/qibo/quantum_info/__init__.py
src/qibo/quantum_info/basis.py
src/qibo/quantum_info/metrics.py
src/qibo/quantum_info/random_ensembles.py
src/qibo/quantum_info/utils.py
src/qibo/tests/__init__.py
src/qibo/tests/conftest.py
src/qibo/tests/test_backends.py
src/qibo/tests/test_callbacks.py
src/qibo/tests/test_cirq.py
src/qibo/tests/test_derivative.py
src/qibo/tests/test_dill.py
src/qibo/tests/test_gates_abstract.py
src/qibo/tests/test_gates_channels.py
src/qibo/tests/test_gates_density_matrix.py
src/qibo/tests/test_gates_gates.py
src/qibo/tests/test_gates_special.py
src/qibo/tests/test_global_backend.py
src/qibo/tests/test_hamiltonians.py
src/qibo/tests/test_hamiltonians_from_symbols.py
src/qibo/tests/test_hamiltonians_models.py
src/qibo/tests/test_hamiltonians_symbolic.py
src/qibo/tests/test_hamiltonians_terms.py
src/qibo/tests/test_hamiltonians_trotter.py
src/qibo/tests/test_measurements.py
src/qibo/tests/test_measurements_collapse.py
src/qibo/tests/test_measurements_probabilistic.py
src/qibo/tests/test_models_circuit.py
src/qibo/tests/test_models_circuit_backpropagation.py
src/qibo/tests/test_models_circuit_execution.py
src/qibo/tests/test_models_circuit_features.py
src/qibo/tests/test_models_circuit_fuse.py
src/qibo/tests/test_models_circuit_noise.py
src/qibo/tests/test_models_circuit_parametrized.py
src/qibo/tests/test_models_circuit_qasm.py
src/qibo/tests/test_models_circuit_qasm_cirq.py
src/qibo/tests/test_models_distcircuit.py
src/qibo/tests/test_models_distcircuit_execution.py
src/qibo/tests/test_models_error_mitigation.py
src/qibo/tests/test_models_evolution.py
src/qibo/tests/test_models_grover.py
src/qibo/tests/test_models_hep.py
src/qibo/tests/test_models_qft.py
src/qibo/tests/test_models_qgan.py
src/qibo/tests/test_models_tsp.py
src/qibo/tests/test_models_variational.py
src/qibo/tests/test_noise.py
src/qibo/tests/test_parallel.py
src/qibo/tests/test_prints.py
src/qibo/tests/test_quantum_info_basis.py
src/qibo/tests/test_quantum_info_metrics.py
src/qibo/tests/test_quantum_info_random.py
src/qibo/tests/test_quantum_info_utils.py
src/qibo/tests/test_states.py
src/qibo/tests/utils.py
src/qibo/tests/regressions/__init__.py