LICENSE
README.md
pyproject.toml
setup.py
toqito/channel_metrics/__init__.py
toqito/channel_metrics/channel_fidelity.py
toqito/channel_metrics/completely_bounded_spectral_norm.py
toqito/channel_metrics/completely_bounded_trace_norm.py
toqito/channel_metrics/diamond_distance.py
toqito/channel_metrics/fidelity_of_separability.py
toqito/channel_metrics/tests/__init__.py
toqito/channel_metrics/tests/test_channel_fidelity.py
toqito/channel_metrics/tests/test_completely_bounded_spectral_norm.py
toqito/channel_metrics/tests/test_completely_bounded_trace_norm.py
toqito/channel_metrics/tests/test_diamond_distance.py
toqito/channel_metrics/tests/test_fidelity_of_separability.py
toqito/channel_ops/__init__.py
toqito/channel_ops/apply_channel.py
toqito/channel_ops/choi_to_kraus.py
toqito/channel_ops/complementary_channel.py
toqito/channel_ops/dual_channel.py
toqito/channel_ops/kraus_to_choi.py
toqito/channel_ops/natural_representation.py
toqito/channel_ops/partial_channel.py
toqito/channel_ops/tests/__init__.py
toqito/channel_ops/tests/test_apply_channel.py
toqito/channel_ops/tests/test_choi_to_kraus.py
toqito/channel_ops/tests/test_complementary_channel.py
toqito/channel_ops/tests/test_dual_channel.py
toqito/channel_ops/tests/test_kraus_to_choi.py
toqito/channel_ops/tests/test_natural_representataion.py
toqito/channel_ops/tests/test_partial_channel.py
toqito/channel_props/__init__.py
toqito/channel_props/choi_rank.py
toqito/channel_props/is_completely_positive.py
toqito/channel_props/is_extremal.py
toqito/channel_props/is_herm_preserving.py
toqito/channel_props/is_positive.py
toqito/channel_props/is_quantum_channel.py
toqito/channel_props/is_trace_preserving.py
toqito/channel_props/is_unital.py
toqito/channel_props/is_unitary.py
toqito/channel_props/tests/__init__.py
toqito/channel_props/tests/test_choi_rank.py
toqito/channel_props/tests/test_is_completely_positive.py
toqito/channel_props/tests/test_is_extremal.py
toqito/channel_props/tests/test_is_herm_preserving.py
toqito/channel_props/tests/test_is_positive.py
toqito/channel_props/tests/test_is_quantum_channel.py
toqito/channel_props/tests/test_is_trace_preserving.py
toqito/channel_props/tests/test_is_unital.py
toqito/channel_props/tests/test_is_unitary.py
toqito/channels/__init__.py
toqito/channels/amplitude_damping.py
toqito/channels/bitflip.py
toqito/channels/choi.py
toqito/channels/dephasing.py
toqito/channels/depolarizing.py
toqito/channels/partial_trace.py
toqito/channels/partial_transpose.py
toqito/channels/pauli_channel.py
toqito/channels/phase_damping.py
toqito/channels/realignment.py
toqito/channels/reduction.py
toqito/channels/tests/__init__.py
toqito/channels/tests/test_amplitude_damping.py
toqito/channels/tests/test_bitflip.py
toqito/channels/tests/test_choi.py
toqito/channels/tests/test_dephasing.py
toqito/channels/tests/test_depolarizing.py
toqito/channels/tests/test_partial_trace.py
toqito/channels/tests/test_partial_transpose.py
toqito/channels/tests/test_pauli_channel.py
toqito/channels/tests/test_phase_damping.py
toqito/channels/tests/test_realignment.py
toqito/channels/tests/test_reduction.py
toqito/helper/__init__.py
toqito/helper/channel_dim.py
toqito/helper/expr_as_np_array.py
toqito/helper/np_array_as_expr.py
toqito/helper/npa_hierarchy.py
toqito/helper/update_odometer.py
toqito/helper/tests/__init__.py
toqito/helper/tests/test_channel_dim.py
toqito/helper/tests/test_expr_as_np_array.py
toqito/helper/tests/test_np_array_as_expr.py
toqito/helper/tests/test_npa_hierarchy.py
toqito/helper/tests/test_update_odometer.py
toqito/matrices/__init__.py
toqito/matrices/cnot.py
toqito/matrices/comparison.py
toqito/matrices/cyclic_permutation_matrix.py
toqito/matrices/fourier.py
toqito/matrices/gell_mann.py
toqito/matrices/gen_gell_mann.py
toqito/matrices/gen_pauli.py
toqito/matrices/gen_pauli_x.py
toqito/matrices/gen_pauli_z.py
toqito/matrices/hadamard.py
toqito/matrices/pauli.py
toqito/matrices/standard_basis.py
toqito/matrices/tests/__init__.py
toqito/matrices/tests/test_cnot.py
toqito/matrices/tests/test_comparison.py
toqito/matrices/tests/test_cyclic_permutation_matrix.py
toqito/matrices/tests/test_fourier.py
toqito/matrices/tests/test_gell_mann.py
toqito/matrices/tests/test_gen_gell_mann.py
toqito/matrices/tests/test_gen_pauli.py
toqito/matrices/tests/test_gen_pauli_x.py
toqito/matrices/tests/test_gen_pauli_z.py
toqito/matrices/tests/test_hadamard.py
toqito/matrices/tests/test_pauli.py
toqito/matrices/tests/test_standard_basis.py
toqito/matrix_ops/__init__.py
toqito/matrix_ops/calculate_vector_matrix_dimension.py
toqito/matrix_ops/perturb_vectors.py
toqito/matrix_ops/tensor.py
toqito/matrix_ops/tensor_comb.py
toqito/matrix_ops/to_density_matrix.py
toqito/matrix_ops/unvec.py
toqito/matrix_ops/vec.py
toqito/matrix_ops/vectors_from_gram_matrix.py
toqito/matrix_ops/vectors_to_gram_matrix.py
toqito/matrix_ops/tests/__init__.py
toqito/matrix_ops/tests/test_calculate_vector_matrix_dimension.py
toqito/matrix_ops/tests/test_perturb_vector.py
toqito/matrix_ops/tests/test_tensor.py
toqito/matrix_ops/tests/test_tensor_comb.py
toqito/matrix_ops/tests/test_to_density_matrix.py
toqito/matrix_ops/tests/test_unvec.py
toqito/matrix_ops/tests/test_vec.py
toqito/matrix_ops/tests/test_vectors_from_gram_matrix.py
toqito/matrix_ops/tests/test_vectors_to_gram_matrix.py
toqito/matrix_props/__init__.py
toqito/matrix_props/commutant.py
toqito/matrix_props/has_same_dimension.py
toqito/matrix_props/is_absolutely_k_incoherent.py
toqito/matrix_props/is_anti_hermitian.py
toqito/matrix_props/is_block_positive.py
toqito/matrix_props/is_circulant.py
toqito/matrix_props/is_commuting.py
toqito/matrix_props/is_density.py
toqito/matrix_props/is_diagonal.py
toqito/matrix_props/is_diagonally_dominant.py
toqito/matrix_props/is_hermitian.py
toqito/matrix_props/is_idempotent.py
toqito/matrix_props/is_identity.py
toqito/matrix_props/is_k_incoherent.py
toqito/matrix_props/is_linearly_independent.py
toqito/matrix_props/is_nonnegative.py
toqito/matrix_props/is_normal.py
toqito/matrix_props/is_orthonormal.py
toqito/matrix_props/is_permutation.py
toqito/matrix_props/is_positive.py
toqito/matrix_props/is_positive_definite.py
toqito/matrix_props/is_positive_semidefinite.py
toqito/matrix_props/is_projection.py
toqito/matrix_props/is_pseudo_hermitian.py
toqito/matrix_props/is_pseudo_unitary.py
toqito/matrix_props/is_square.py
toqito/matrix_props/is_stochastic.py
toqito/matrix_props/is_symmetric.py
toqito/matrix_props/is_totally_positive.py
toqito/matrix_props/is_unitary.py
toqito/matrix_props/kp_norm.py
toqito/matrix_props/majorizes.py
toqito/matrix_props/positive_semidefinite_rank.py
toqito/matrix_props/sk_norm.py
toqito/matrix_props/spark.py
toqito/matrix_props/trace_norm.py
toqito/matrix_props/tests/__init__.py
toqito/matrix_props/tests/test_commutant.py
toqito/matrix_props/tests/test_has_same_dimension.py
toqito/matrix_props/tests/test_is_absolutely_k_incoherent.py
toqito/matrix_props/tests/test_is_anti_hermitian.py
toqito/matrix_props/tests/test_is_block_positive.py
toqito/matrix_props/tests/test_is_circulant.py
toqito/matrix_props/tests/test_is_commuting.py
toqito/matrix_props/tests/test_is_density.py
toqito/matrix_props/tests/test_is_diagonal.py
toqito/matrix_props/tests/test_is_diagonally_dominant.py
toqito/matrix_props/tests/test_is_hermitian.py
toqito/matrix_props/tests/test_is_idempotent.py
toqito/matrix_props/tests/test_is_identity.py
toqito/matrix_props/tests/test_is_k_incoherent.py
toqito/matrix_props/tests/test_is_linearly_independent.py
toqito/matrix_props/tests/test_is_nonnegative.py
toqito/matrix_props/tests/test_is_normal.py
toqito/matrix_props/tests/test_is_orthonormal.py
toqito/matrix_props/tests/test_is_permutation.py
toqito/matrix_props/tests/test_is_positive.py
toqito/matrix_props/tests/test_is_positive_definite.py
toqito/matrix_props/tests/test_is_positive_semidefinite.py
toqito/matrix_props/tests/test_is_projection.py
toqito/matrix_props/tests/test_is_pseudo_hermitian.py
toqito/matrix_props/tests/test_is_pseudo_unitary.py
toqito/matrix_props/tests/test_is_square.py
toqito/matrix_props/tests/test_is_stochastic.py
toqito/matrix_props/tests/test_is_symmetric.py
toqito/matrix_props/tests/test_is_totally_positive.py
toqito/matrix_props/tests/test_is_unitary.py
toqito/matrix_props/tests/test_kp_norm.py
toqito/matrix_props/tests/test_majorizes.py
toqito/matrix_props/tests/test_positive_semidefinite_rank.py
toqito/matrix_props/tests/test_sk_norm.py
toqito/matrix_props/tests/test_spark.py
toqito/matrix_props/tests/test_trace_norm.py
toqito/measurement_ops/__init__.py
toqito/measurement_ops/measure.py
toqito/measurement_ops/tests/__init__.py
toqito/measurement_ops/tests/test_measure.py
toqito/measurement_props/__init__.py
toqito/measurement_props/is_povm.py
toqito/measurement_props/tests/__init__.py
toqito/measurement_props/tests/test_is_povm.py
toqito/measurements/__init__.py
toqito/measurements/pretty_bad_measurement.py
toqito/measurements/pretty_good_measurement.py
toqito/measurements/tests/__init__.py
toqito/measurements/tests/test_pretty_bad_measurement.py
toqito/measurements/tests/test_pretty_good_measurement.py
toqito/nonlocal_games/__init__.py
toqito/nonlocal_games/extended_nonlocal_game.py
toqito/nonlocal_games/nonlocal_game.py
toqito/nonlocal_games/quantum_hedging.py
toqito/nonlocal_games/xor_game.py
toqito/nonlocal_games/tests/__init__.py
toqito/nonlocal_games/tests/test_extended_nonlocal_game.py
toqito/nonlocal_games/tests/test_nonlocal_game.py
toqito/nonlocal_games/tests/test_quantum_hedging.py
toqito/nonlocal_games/tests/test_xor_game.py
toqito/perms/__init__.py
toqito/perms/antisymmetric_projection.py
toqito/perms/perfect_matchings.py
toqito/perms/perm_sign.py
toqito/perms/permutation_operator.py
toqito/perms/permute_systems.py
toqito/perms/swap.py
toqito/perms/swap_operator.py
toqito/perms/symmetric_projection.py
toqito/perms/unique_perms.py
toqito/perms/tests/__init__.py
toqito/perms/tests/test_antisymmetric_projection.py
toqito/perms/tests/test_perfect_matchings.py
toqito/perms/tests/test_perm_sign.py
toqito/perms/tests/test_permutation_operator.py
toqito/perms/tests/test_permute_systems.py
toqito/perms/tests/test_swap.py
toqito/perms/tests/test_swap_operator.py
toqito/perms/tests/test_symmetric_projection.py
toqito/perms/tests/test_unique_perms.py
toqito/rand/__init__.py
toqito/rand/random_circulant_gram_matrix.py
toqito/rand/random_density_matrix.py
toqito/rand/random_ginibre.py
toqito/rand/random_orthonormal_basis.py
toqito/rand/random_povm.py
toqito/rand/random_psd_operator.py
toqito/rand/random_state_vector.py
toqito/rand/random_states.py
toqito/rand/random_unitary.py
toqito/rand/tests/__init__.py
toqito/rand/tests/test_random_circulant_gram_matrix.py
toqito/rand/tests/test_random_density_matrix.py
toqito/rand/tests/test_random_ginibre.py
toqito/rand/tests/test_random_orthonormal_basis.py
toqito/rand/tests/test_random_povm.py
toqito/rand/tests/test_random_psd_operator.py
toqito/rand/tests/test_random_state_vector.py
toqito/rand/tests/test_random_states.py
toqito/rand/tests/test_random_unitary.py
toqito/state_metrics/__init__.py
toqito/state_metrics/bures_angle.py
toqito/state_metrics/bures_distance.py
toqito/state_metrics/fidelity.py
toqito/state_metrics/fidelity_of_separability.py
toqito/state_metrics/helstrom_holevo.py
toqito/state_metrics/hilbert_schmidt.py
toqito/state_metrics/hilbert_schmidt_inner_product.py
toqito/state_metrics/matsumoto_fidelity.py
toqito/state_metrics/sub_fidelity.py
toqito/state_metrics/trace_distance.py
toqito/state_metrics/tests/__init__.py
toqito/state_metrics/tests/test_bures_angle.py
toqito/state_metrics/tests/test_bures_distance.py
toqito/state_metrics/tests/test_fidelity.py
toqito/state_metrics/tests/test_fidelity_of_separability.py
toqito/state_metrics/tests/test_helstrom_holevo.py
toqito/state_metrics/tests/test_hilbert_schmidt.py
toqito/state_metrics/tests/test_hilbert_schmidt_inner_product.py
toqito/state_metrics/tests/test_matsumoto_fidelity.py
toqito/state_metrics/tests/test_sub_fidelity.py
toqito/state_metrics/tests/test_trace_distance.py
toqito/state_ops/__init__.py
toqito/state_ops/schmidt_decomposition.py
toqito/state_ops/tests/__init__.py
toqito/state_ops/tests/test_schmidt_decomposition.py
toqito/state_opt/__init__.py
toqito/state_opt/bell_inequality_max.py
toqito/state_opt/optimal_clone.py
toqito/state_opt/ppt_distinguishability.py
toqito/state_opt/state_distinguishability.py
toqito/state_opt/state_exclusion.py
toqito/state_opt/state_helper.py
toqito/state_opt/symmetric_extension_hierarchy.py
toqito/state_opt/tests/__init__.py
toqito/state_opt/tests/test_bell_inequality_max.py
toqito/state_opt/tests/test_optimal_clone.py
toqito/state_opt/tests/test_ppt_distinguishability.py
toqito/state_opt/tests/test_state_distinguishability.py
toqito/state_opt/tests/test_state_exclusion.py
toqito/state_opt/tests/test_symmetric_extension_hierarchy.py
toqito/state_props/__init__.py
toqito/state_props/common_quantum_overlap.py
toqito/state_props/concurrence.py
toqito/state_props/entanglement_of_formation.py
toqito/state_props/has_symmetric_extension.py
toqito/state_props/in_separable_ball.py
toqito/state_props/is_antidistinguishable.py
toqito/state_props/is_distinguishable.py
toqito/state_props/is_ensemble.py
toqito/state_props/is_mixed.py
toqito/state_props/is_mutually_orthogonal.py
toqito/state_props/is_mutually_unbiased_basis.py
toqito/state_props/is_npt.py
toqito/state_props/is_ppt.py
toqito/state_props/is_product.py
toqito/state_props/is_pure.py
toqito/state_props/is_separable.py
toqito/state_props/is_unextendible_product_basis.py
toqito/state_props/l1_norm_coherence.py
toqito/state_props/log_negativity.py
toqito/state_props/negativity.py
toqito/state_props/purity.py
toqito/state_props/schmidt_rank.py
toqito/state_props/sk_vec_norm.py
toqito/state_props/von_neumann_entropy.py
toqito/state_props/tests/__init__.py
toqito/state_props/tests/test_common_quantum_overlap.py
toqito/state_props/tests/test_concurrence.py
toqito/state_props/tests/test_entanglement_of_formation.py
toqito/state_props/tests/test_has_symmetric_extension.py
toqito/state_props/tests/test_in_separable_ball.py
toqito/state_props/tests/test_is_antidistinguishable.py
toqito/state_props/tests/test_is_distinguishable.py
toqito/state_props/tests/test_is_ensemble.py
toqito/state_props/tests/test_is_mixed.py
toqito/state_props/tests/test_is_mutually_orthogonal.py
toqito/state_props/tests/test_is_mutually_unbiased_basis.py
toqito/state_props/tests/test_is_npt.py
toqito/state_props/tests/test_is_ppt.py
toqito/state_props/tests/test_is_product.py
toqito/state_props/tests/test_is_pure.py
toqito/state_props/tests/test_is_separable.py
toqito/state_props/tests/test_is_unextendible_product_basis.py
toqito/state_props/tests/test_l1_norm_coherence.py
toqito/state_props/tests/test_log_negativity.py
toqito/state_props/tests/test_negativity.py
toqito/state_props/tests/test_purity.py
toqito/state_props/tests/test_schmidt_rank.py
toqito/state_props/tests/test_sk_vec_norm.py
toqito/state_props/tests/test_von_neumann_entropy.py
toqito/states/__init__.py
toqito/states/basis.py
toqito/states/bb84.py
toqito/states/bell.py
toqito/states/brauer.py
toqito/states/breuer.py
toqito/states/chessboard.py
toqito/states/dicke.py
toqito/states/domino.py
toqito/states/gen_bell.py
toqito/states/ghz.py
toqito/states/gisin.py
toqito/states/horodecki.py
toqito/states/isotropic.py
toqito/states/max_entangled.py
toqito/states/max_mixed.py
toqito/states/mutually_unbiased_basis.py
toqito/states/pusey_barrett_rudolph.py
toqito/states/singlet.py
toqito/states/tile.py
toqito/states/trine.py
toqito/states/w_state.py
toqito/states/werner.py
toqito/states/tests/__init__.py
toqito/states/tests/test_basis.py
toqito/states/tests/test_bb84.py
toqito/states/tests/test_bell.py
toqito/states/tests/test_brauer.py
toqito/states/tests/test_breuer.py
toqito/states/tests/test_chessboard.py
toqito/states/tests/test_dicke.py
toqito/states/tests/test_domino.py
toqito/states/tests/test_gen_bell.py
toqito/states/tests/test_ghz.py
toqito/states/tests/test_gisin.py
toqito/states/tests/test_horodecki.py
toqito/states/tests/test_isotropic.py
toqito/states/tests/test_max_entangled.py
toqito/states/tests/test_max_mixed.py
toqito/states/tests/test_mutually_unbiased_basis.py
toqito/states/tests/test_pusey_barrett_rudolph.py
toqito/states/tests/test_singlet.py
toqito/states/tests/test_tile.py
toqito/states/tests/test_trine.py
toqito/states/tests/test_w_state.py
toqito/states/tests/test_werner.py
toqito/toqito.egg-info/PKG-INFO
toqito/toqito.egg-info/SOURCES.txt
toqito/toqito.egg-info/dependency_links.txt
toqito/toqito.egg-info/requires.txt
toqito/toqito.egg-info/top_level.txt