README.md
setup.cfg
setup.py
tests/__init__.py
tests/test_antisymmetric_projection.py
tests/test_apply_map.py
tests/test_bell.py
tests/test_bra.py
tests/test_chessboard.py
tests/test_choi_map.py
tests/test_conclusive_state_exclusion.py
tests/test_concurrence.py
tests/test_counterfeit_attack.py
tests/test_cvxpy_helper.py
tests/test_dephasing_channel.py
tests/test_depolarizing_channel.py
tests/test_domino.py
tests/test_entropy.py
tests/test_fidelity.py
tests/test_fourier_matrix.py
tests/test_gell_mann.py
tests/test_gen_bell.py
tests/test_gen_gell_mann.py
tests/test_gen_pauli.py
tests/test_ghz.py
tests/test_gisin.py
tests/test_hedging_value.py
tests/test_helstrom_holevo.py
tests/test_hilbert_schmidt.py
tests/test_horodecki.py
tests/test_iden.py
tests/test_is_commuting.py
tests/test_is_completely_positive.py
tests/test_is_density.py
tests/test_is_diagonal.py
tests/test_is_ensemble.py
tests/test_is_herm_preserving.py
tests/test_is_hermitian.py
tests/test_is_mixed.py
tests/test_is_mub.py
tests/test_is_normal.py
tests/test_is_pd.py
tests/test_is_positive.py
tests/test_is_povm.py
tests/test_is_ppt.py
tests/test_is_product_vector.py
tests/test_is_projection.py
tests/test_is_psd.py
tests/test_is_pure.py
tests/test_is_square.py
tests/test_is_symmetric.py
tests/test_is_unitary.py
tests/test_isotropic_state.py
tests/test_ket.py
tests/test_kraus_to_choi.py
tests/test_max_entangled.py
tests/test_max_mixed.py
tests/test_negativity.py
tests/test_partial_map.py
tests/test_partial_trace.py
tests/test_partial_transpose.py
tests/test_pauli.py
tests/test_perm_sign.py
tests/test_permutation_operator.py
tests/test_permute_systems.py
tests/test_ppt_distinguishability.py
tests/test_pure_to_mixed.py
tests/test_purity.py
tests/test_random_density_matrix.py
tests/test_random_ginibre.py
tests/test_random_povm.py
tests/test_random_state_vector.py
tests/test_random_unitary.py
tests/test_realignment.py
tests/test_reduction.py
tests/test_schmidt_decomposition.py
tests/test_schmidt_rank.py
tests/test_state_distinguishability.py
tests/test_sub_fidelity.py
tests/test_swap.py
tests/test_swap_operator.py
tests/test_symmetric_projection.py
tests/test_tensor.py
tests/test_tile.py
tests/test_trace_distance.py
tests/test_trace_norm.py
tests/test_two_player_quantum_lower_bound.py
tests/test_unambiguous_state_exclusion.py
tests/test_unique_perms.py
tests/test_update_odometer.py
tests/test_vec.py
tests/test_von_neumann_entropy.py
tests/test_w_state.py
tests/test_weak_coin_flipping.py
tests/test_werner.py
tests/test_xor_game_value.py
toqito/__init__.py
toqito.egg-info/PKG-INFO
toqito.egg-info/SOURCES.txt
toqito.egg-info/dependency_links.txt
toqito.egg-info/requires.txt
toqito.egg-info/top_level.txt
toqito/channels/__init__.py
toqito/channels/channels/__init__.py
toqito/channels/channels/choi_map.py
toqito/channels/channels/dephasing.py
toqito/channels/channels/depolarizing.py
toqito/channels/channels/partial_map.py
toqito/channels/channels/partial_trace.py
toqito/channels/channels/partial_transpose.py
toqito/channels/channels/realignment.py
toqito/channels/channels/reduction_map.py
toqito/channels/operations/__init__.py
toqito/channels/operations/apply_map.py
toqito/channels/operations/kraus_to_choi.py
toqito/channels/properties/__init__.py
toqito/channels/properties/is_completely_positive.py
toqito/channels/properties/is_herm_preserving.py
toqito/channels/properties/is_positive.py
toqito/core/__init__.py
toqito/core/bra.py
toqito/core/ket.py
toqito/helper/__init__.py
toqito/helper/cvxpy_helper.py
toqito/helper/update_odometer.py
toqito/linear_algebra/__init__.py
toqito/linear_algebra/matrices/__init__.py
toqito/linear_algebra/matrices/clock.py
toqito/linear_algebra/matrices/fourier.py
toqito/linear_algebra/matrices/gell_mann.py
toqito/linear_algebra/matrices/gen_gell_mann.py
toqito/linear_algebra/matrices/gen_pauli.py
toqito/linear_algebra/matrices/iden.py
toqito/linear_algebra/matrices/pauli.py
toqito/linear_algebra/matrices/shift.py
toqito/linear_algebra/operations/__init__.py
toqito/linear_algebra/operations/tensor.py
toqito/linear_algebra/operations/vec.py
toqito/linear_algebra/properties/__init__.py
toqito/linear_algebra/properties/is_commuting.py
toqito/linear_algebra/properties/is_density.py
toqito/linear_algebra/properties/is_diagonal.py
toqito/linear_algebra/properties/is_hermitian.py
toqito/linear_algebra/properties/is_normal.py
toqito/linear_algebra/properties/is_pd.py
toqito/linear_algebra/properties/is_projection.py
toqito/linear_algebra/properties/is_psd.py
toqito/linear_algebra/properties/is_square.py
toqito/linear_algebra/properties/is_symmetric.py
toqito/linear_algebra/properties/is_unitary.py
toqito/measurements/__init__.py
toqito/measurements/properties/__init__.py
toqito/measurements/properties/is_povm.py
toqito/nonlocal_games/__init__.py
toqito/nonlocal_games/bit_commitment/__init__.py
toqito/nonlocal_games/coin_flipping/__init__.py
toqito/nonlocal_games/coin_flipping/weak_coin_flipping.py
toqito/nonlocal_games/die_rolling/__init__.py
toqito/nonlocal_games/extended_nonlocal_games/__init__.py
toqito/nonlocal_games/nonlocal_games/__init__.py
toqito/nonlocal_games/nonlocal_games/two_player_quantum_lower_bound.py
toqito/nonlocal_games/quantum_hedging/__init__.py
toqito/nonlocal_games/quantum_hedging/hedging_value.py
toqito/nonlocal_games/quantum_money/__init__.py
toqito/nonlocal_games/quantum_money/counterfeit_attack.py
toqito/nonlocal_games/xor_games/__init__.py
toqito/nonlocal_games/xor_games/xor_game_value.py
toqito/perms/__init__.py
toqito/perms/antisymmetric_projection.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/random/__init__.py
toqito/random/random_density_matrix.py
toqito/random/random_ginibre.py
toqito/random/random_povm.py
toqito/random/random_state_vector.py
toqito/random/random_unitary.py
toqito/states/__init__.py
toqito/states/distance/__init__.py
toqito/states/distance/entropy.py
toqito/states/distance/fidelity.py
toqito/states/distance/helstrom_holevo.py
toqito/states/distance/hilbert_schmidt.py
toqito/states/distance/purity.py
toqito/states/distance/sub_fidelity.py
toqito/states/distance/trace_distance.py
toqito/states/distance/trace_norm.py
toqito/states/distance/von_neumann_entropy.py
toqito/states/entanglement/__init__.py
toqito/states/entanglement/concurrence.py
toqito/states/entanglement/negativity.py
toqito/states/entanglement/schmidt_rank.py
toqito/states/operations/__init__.py
toqito/states/operations/pure_to_mixed.py
toqito/states/operations/schmidt_decomposition.py
toqito/states/optimizations/__init__.py
toqito/states/optimizations/conclusive_state_exclusion.py
toqito/states/optimizations/ppt_distinguishability.py
toqito/states/optimizations/state_cloning.py
toqito/states/optimizations/state_distinguishability.py
toqito/states/optimizations/unambiguous_state_exclusion.py
toqito/states/properties/__init__.py
toqito/states/properties/is_ensemble.py
toqito/states/properties/is_mixed.py
toqito/states/properties/is_mub.py
toqito/states/properties/is_ppt.py
toqito/states/properties/is_product_vector.py
toqito/states/properties/is_pure.py
toqito/states/properties/is_quantum_latin_square.py
toqito/states/states/__init__.py
toqito/states/states/bell.py
toqito/states/states/chessboard.py
toqito/states/states/domino.py
toqito/states/states/gen_bell.py
toqito/states/states/ghz.py
toqito/states/states/gisin.py
toqito/states/states/horodecki.py
toqito/states/states/isotropic.py
toqito/states/states/max_entangled.py
toqito/states/states/max_mixed.py
toqito/states/states/tile.py
toqito/states/states/w_state.py
toqito/states/states/werner.py