LICENSE
README.md
setup.py
src/qibo/__init__.py
src/qibo/callbacks.py
src/qibo/config.py
src/qibo/gates.py
src/qibo/hamiltonians.py
src/qibo/optimizers.py
src/qibo/parallel.py
src/qibo/solvers.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/abstractions/__init__.py
src/qibo/abstractions/abstract_gates.py
src/qibo/abstractions/callbacks.py
src/qibo/abstractions/circuit.py
src/qibo/abstractions/gates.py
src/qibo/abstractions/hamiltonians.py
src/qibo/abstractions/states.py
src/qibo/backends/__init__.py
src/qibo/backends/abstract.py
src/qibo/backends/einsum_utils.py
src/qibo/backends/matrices.py
src/qibo/backends/numpy.py
src/qibo/backends/tensorflow.py
src/qibo/core/__init__.py
src/qibo/core/adiabatic.py
src/qibo/core/callbacks.py
src/qibo/core/circuit.py
src/qibo/core/distcircuit.py
src/qibo/core/distutils.py
src/qibo/core/gates.py
src/qibo/core/hamiltonians.py
src/qibo/core/measurements.py
src/qibo/core/states.py
src/qibo/core/terms.py
src/qibo/models/__init__.py
src/qibo/models/circuit.py
src/qibo/models/evolution.py
src/qibo/models/grover.py
src/qibo/models/hep.py
src/qibo/models/variational.py
src/qibo/tests/__init__.py
src/qibo/tests/conftest.py
src/qibo/tests/test_abstract_callbacks.py
src/qibo/tests/test_abstract_circuit.py
src/qibo/tests/test_abstract_circuit_qasm.py
src/qibo/tests/test_abstract_gates.py
src/qibo/tests/test_abstract_states.py
src/qibo/tests/test_backends_agreement.py
src/qibo/tests/test_backends_init.py
src/qibo/tests/test_backends_matrices.py
src/qibo/tests/test_cirq.py
src/qibo/tests/test_core_callbacks.py
src/qibo/tests/test_core_circuit.py
src/qibo/tests/test_core_circuit_backpropagation.py
src/qibo/tests/test_core_circuit_features.py
src/qibo/tests/test_core_circuit_noise.py
src/qibo/tests/test_core_circuit_parametrized.py
src/qibo/tests/test_core_circuit_qasm.py
src/qibo/tests/test_core_distcircuit.py
src/qibo/tests/test_core_distcircuit_execution.py
src/qibo/tests/test_core_distutils.py
src/qibo/tests/test_core_fusion.py
src/qibo/tests/test_core_gates.py
src/qibo/tests/test_core_gates_controlled.py
src/qibo/tests/test_core_gates_density_matrix.py
src/qibo/tests/test_core_gates_features.py
src/qibo/tests/test_core_hamiltonians.py
src/qibo/tests/test_core_hamiltonians_from_symbols.py
src/qibo/tests/test_core_hamiltonians_symbolic.py
src/qibo/tests/test_core_hamiltonians_trotter.py
src/qibo/tests/test_core_measurements.py
src/qibo/tests/test_core_states.py
src/qibo/tests/test_core_states_distributed.py
src/qibo/tests/test_core_terms.py
src/qibo/tests/test_hamiltonians.py
src/qibo/tests/test_measurement_gate.py
src/qibo/tests/test_measurement_gate_collapse.py
src/qibo/tests/test_measurement_gate_probabilistic.py
src/qibo/tests/test_measurement_gate_registers.py
src/qibo/tests/test_models_circuit.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_variational.py
src/qibo/tests/test_parallel.py
src/qibo/tests/test_prints.py
src/qibo/tests/utils.py
src/qibo/tests/regressions/__init__.py