README.md
setup.cfg
setup.py
tests/__init__.py
tests/test_channel_ops/__init__.py
tests/test_channel_ops/test_apply_map.py
tests/test_channel_ops/test_kraus_to_choi.py
tests/test_channel_ops/test_partial_map.py
tests/test_channel_props/__init__.py
tests/test_channel_props/is_completely_positive.py
tests/test_channel_props/is_herm_preserving.py
tests/test_channel_props/is_positive.py
tests/test_channels/__init__.py
tests/test_channels/test_choi.py
tests/test_channels/test_dephasing.py
tests/test_channels/test_depolarizing.py
tests/test_channels/test_partial_trace.py
tests/test_channels/test_partial_transpose.py
tests/test_channels/test_realignment.py
tests/test_channels/test_reduction.py
tests/test_helper/__init__.py
tests/test_helper/test_expr_as_np_array.py
tests/test_helper/test_np_array_as_expr.py
tests/test_helper/test_update_odometer.py
tests/test_matrices/__init__.py
tests/test_matrices/test_cnot.py
tests/test_matrices/test_fourier.py
tests/test_matrices/test_gell_mann.py
tests/test_matrices/test_gen_gell_mann.py
tests/test_matrices/test_gen_pauli.py
tests/test_matrices/test_hadamard.py
tests/test_matrices/test_iden.py
tests/test_matrices/test_pauli.py
tests/test_matrix_ops/__init__.py
tests/test_matrix_ops/test_tensor.py
tests/test_matrix_ops/test_vec.py
tests/test_matrix_props/__init__.py
tests/test_matrix_props/test_is_commuting.py
tests/test_matrix_props/test_is_density.py
tests/test_matrix_props/test_is_diagonal.py
tests/test_matrix_props/test_is_hermitian.py
tests/test_matrix_props/test_is_normal.py
tests/test_matrix_props/test_is_pd.py
tests/test_matrix_props/test_is_projection.py
tests/test_matrix_props/test_is_psd.py
tests/test_matrix_props/test_is_square.py
tests/test_matrix_props/test_is_symmetric.py
tests/test_matrix_props/test_is_unitary.py
tests/test_measurement_ops/__init__.py
tests/test_measurement_ops/test_measure.py
tests/test_measurement_props/__init__.py
tests/test_measurement_props/test_is_povm.py
tests/test_nonlocal_games/__init__.py
tests/test_nonlocal_games/test_extended_nonlocal_game.py
tests/test_nonlocal_games/test_nonlocal_game.py
tests/test_nonlocal_games/test_quantum_hedging.py
tests/test_nonlocal_games/test_xor_game.py
tests/test_perms/__init__.py
tests/test_perms/test_antisymmetric_projection.py
tests/test_perms/test_perm_sign.py
tests/test_perms/test_permutation_operator.py
tests/test_perms/test_permute_systems.py
tests/test_perms/test_swap.py
tests/test_perms/test_swap_operator.py
tests/test_perms/test_symmetric_projection.py
tests/test_perms/test_unique_perms.py
tests/test_random/__init__.py
tests/test_random/test_random_density_matrix.py
tests/test_random/test_random_ginibre.py
tests/test_random/test_random_povm.py
tests/test_random/test_random_state_vector.py
tests/test_random/test_random_unitary.py
tests/test_state_metrics/__init__.py
tests/test_state_metrics/test_fidelity.py
tests/test_state_metrics/test_helstrom_holevo.py
tests/test_state_metrics/test_hilbert_schmidt.py
tests/test_state_metrics/test_purity.py
tests/test_state_metrics/test_sub_fidelity.py
tests/test_state_metrics/test_trace_distance.py
tests/test_state_metrics/test_trace_norm.py
tests/test_state_metrics/test_von_neumann_entropy.py
tests/test_state_ops/__init__.py
tests/test_state_ops/test_pure_to_mixed.py
tests/test_state_ops/test_schmidt_decomposition.py
tests/test_state_opt/__init__.py
tests/test_state_opt/test_conclusive_state_exclusion.py
tests/test_state_opt/test_optimal_clone.py
tests/test_state_opt/test_ppt_distinguishability.py
tests/test_state_opt/test_state_distinguishability.py
tests/test_state_opt/test_unambiguous_state_exclusion.py
tests/test_state_props/__init__.py
tests/test_state_props/test_concurrence.py
tests/test_state_props/test_is_ensemble.py
tests/test_state_props/test_is_mixed.py
tests/test_state_props/test_is_mub.py
tests/test_state_props/test_is_ppt.py
tests/test_state_props/test_is_product_vector.py
tests/test_state_props/test_is_pure.py
tests/test_state_props/test_negativity.py
tests/test_state_props/test_schmidt_rank.py
tests/test_states/__init__.py
tests/test_states/test_basis.py
tests/test_states/test_bell.py
tests/test_states/test_chessboard.py
tests/test_states/test_domino.py
tests/test_states/test_gen_bell.py
tests/test_states/test_ghz.py
tests/test_states/test_gisin.py
tests/test_states/test_horodecki.py
tests/test_states/test_isotropic.py
tests/test_states/test_max_entangled.py
tests/test_states/test_max_mixed.py
tests/test_states/test_tile.py
tests/test_states/test_w_state.py
tests/test_states/test_werner.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/channel_ops/__init__.py
toqito/channel_ops/apply_map.py
toqito/channel_ops/kraus_to_choi.py
toqito/channel_ops/partial_map.py
toqito/channel_props/__init__.py
toqito/channel_props/is_completely_positive.py
toqito/channel_props/is_herm_preserving.py
toqito/channel_props/is_positive.py
toqito/channels/__init__.py
toqito/channels/choi.py
toqito/channels/dephasing.py
toqito/channels/depolarizing.py
toqito/channels/partial_trace.py
toqito/channels/partial_trace_cvx.py
toqito/channels/partial_transpose.py
toqito/channels/realignment.py
toqito/channels/reduction.py
toqito/helper/__init__.py
toqito/helper/expr_as_np_array.py
toqito/helper/np_array_as_expr.py
toqito/helper/update_odometer.py
toqito/matrices/__init__.py
toqito/matrices/clock.py
toqito/matrices/cnot.py
toqito/matrices/fourier.py
toqito/matrices/gell_mann.py
toqito/matrices/gen_gell_mann.py
toqito/matrices/gen_pauli.py
toqito/matrices/hadamard.py
toqito/matrices/iden.py
toqito/matrices/pauli.py
toqito/matrices/shift.py
toqito/matrix_ops/__init__.py
toqito/matrix_ops/tensor.py
toqito/matrix_ops/vec.py
toqito/matrix_props/__init__.py
toqito/matrix_props/is_commuting.py
toqito/matrix_props/is_density.py
toqito/matrix_props/is_diagonal.py
toqito/matrix_props/is_hermitian.py
toqito/matrix_props/is_normal.py
toqito/matrix_props/is_pd.py
toqito/matrix_props/is_projection.py
toqito/matrix_props/is_psd.py
toqito/matrix_props/is_square.py
toqito/matrix_props/is_symmetric.py
toqito/matrix_props/is_unitary.py
toqito/measurement_ops/__init__.py
toqito/measurement_ops/measure.py
toqito/measurement_props/__init__.py
toqito/measurement_props/is_povm.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/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/state_metrics/__init__.py
toqito/state_metrics/fidelity.py
toqito/state_metrics/helstrom_holevo.py
toqito/state_metrics/hilbert_schmidt.py
toqito/state_metrics/purity.py
toqito/state_metrics/sub_fidelity.py
toqito/state_metrics/trace_distance.py
toqito/state_metrics/trace_norm.py
toqito/state_metrics/von_neumann_entropy.py
toqito/state_ops/__init__.py
toqito/state_ops/pure_to_mixed.py
toqito/state_ops/schmidt_decomposition.py
toqito/state_opt/__init__.py
toqito/state_opt/conclusive_state_exclusion.py
toqito/state_opt/optimal_clone.py
toqito/state_opt/ppt_distinguishability.py
toqito/state_opt/state_distinguishability.py
toqito/state_opt/state_helper.py
toqito/state_opt/unambiguous_state_exclusion.py
toqito/state_props/__init__.py
toqito/state_props/concurrence.py
toqito/state_props/is_ensemble.py
toqito/state_props/is_mixed.py
toqito/state_props/is_mub.py
toqito/state_props/is_ppt.py
toqito/state_props/is_product_vector.py
toqito/state_props/is_pure.py
toqito/state_props/negativity.py
toqito/state_props/schmidt_rank.py
toqito/states/__init__.py
toqito/states/basis.py
toqito/states/bell.py
toqito/states/chessboard.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/tile.py
toqito/states/w_state.py
toqito/states/werner.py