README.md
pyproject.toml
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_state.py
tests/test_choi_map.py
tests/test_conclusive_state_exclusion.py
tests/test_concurrence.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_state.py
tests/test_gisin_state.py
tests/test_hedging_value.py
tests/test_helstrom_holevo.py
tests/test_horodecki_state.py
tests/test_iden.py
tests/test_is_density.py
tests/test_is_diagonal.py
tests/test_is_hermitian.py
tests/test_is_measurement.py
tests/test_is_mixed.py
tests/test_is_mub.py
tests/test_is_normal.py
tests/test_is_pd.py
tests/test_is_ppt.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_max_entangled.py
tests/test_max_mixed.py
tests/test_negativity.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_povm.py
tests/test_random_state_vector.py
tests/test_random_unitary.py
tests/test_realignment.py
tests/test_reduction_map.py
tests/test_schmidt_decomposition.py
tests/test_schmidt_rank.py
tests/test_state_discrimination.py
tests/test_swap.py
tests/test_swap_operator.py
tests/test_symmetric_projection.py
tests/test_tensor.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_vec.py
tests/test_w_state.py
tests/test_weak_coin_flipping.py
tests/test_werner_state.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/base/__init__.py
toqito/base/bra.py
toqito/base/ket.py
toqito/entanglement/__init__.py
toqito/entanglement/concurrence.py
toqito/entanglement/negativity.py
toqito/helper/__init__.py
toqito/helper/cvxpy_helper.py
toqito/matrix/__init__.py
toqito/matrix/matrices/__init__.py
toqito/matrix/matrices/clock.py
toqito/matrix/matrices/fourier.py
toqito/matrix/matrices/gell_mann.py
toqito/matrix/matrices/gen_gell_mann.py
toqito/matrix/matrices/gen_pauli.py
toqito/matrix/matrices/iden.py
toqito/matrix/matrices/pauli.py
toqito/matrix/matrices/shift.py
toqito/matrix/operations/__init__.py
toqito/matrix/operations/tensor.py
toqito/matrix/operations/vec.py
toqito/matrix/properties/__init__.py
toqito/matrix/properties/is_density.py
toqito/matrix/properties/is_diagonal.py
toqito/matrix/properties/is_hermitian.py
toqito/matrix/properties/is_normal.py
toqito/matrix/properties/is_pd.py
toqito/matrix/properties/is_projection.py
toqito/matrix/properties/is_psd.py
toqito/matrix/properties/is_square.py
toqito/matrix/properties/is_symmetric.py
toqito/matrix/properties/is_unitary.py
toqito/measure/__init__.py
toqito/measure/is_povm.py
toqito/nonlocal_games/__init__.py
toqito/nonlocal_games/two_player_quantum_lower_bound.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/hedging/__init__.py
toqito/nonlocal_games/hedging/hedging_value.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_povm.py
toqito/random/random_state_vector.py
toqito/random/random_unitary.py
toqito/state/__init__.py
toqito/state/distance/__init__.py
toqito/state/distance/bures_distance.py
toqito/state/distance/bures_metric.py
toqito/state/distance/entropy.py
toqito/state/distance/fidelity.py
toqito/state/distance/helstrom_holevo.py
toqito/state/distance/purity.py
toqito/state/distance/super_fidelity.py
toqito/state/distance/trace_distance.py
toqito/state/distance/trace_norm.py
toqito/state/operations/__init__.py
toqito/state/operations/pure_to_mixed.py
toqito/state/operations/schmidt_decomposition.py
toqito/state/operations/schmidt_rank.py
toqito/state/optimizations/__init__.py
toqito/state/optimizations/conclusive_state_exclusion.py
toqito/state/optimizations/ppt_distinguishability.py
toqito/state/optimizations/state_cloning.py
toqito/state/optimizations/state_discrimination.py
toqito/state/optimizations/state_distance.py
toqito/state/optimizations/unambiguous_state_exclusion.py
toqito/state/properties/__init__.py
toqito/state/properties/is_mixed.py
toqito/state/properties/is_mub.py
toqito/state/properties/is_ppt.py
toqito/state/properties/is_product_vector.py
toqito/state/properties/is_pure.py
toqito/state/properties/is_quantum_latin_square.py
toqito/state/states/__init__.py
toqito/state/states/bell.py
toqito/state/states/chessboard.py
toqito/state/states/domino.py
toqito/state/states/gen_bell.py
toqito/state/states/ghz.py
toqito/state/states/gisin.py
toqito/state/states/horodecki.py
toqito/state/states/isotropic.py
toqito/state/states/max_entangled.py
toqito/state/states/max_mixed.py
toqito/state/states/w_state.py
toqito/state/states/werner.py
toqito/super_operators/__init__.py
toqito/super_operators/apply_map.py
toqito/super_operators/choi_map.py
toqito/super_operators/dephasing_channel.py
toqito/super_operators/depolarizing_channel.py
toqito/super_operators/partial_trace.py
toqito/super_operators/partial_transpose.py
toqito/super_operators/realignment.py
toqito/super_operators/reduction_map.py