LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/sources/authors.rst
docs/sources/conf.py
docs/sources/contributing.rst
docs/sources/history.rst
docs/sources/index.rst
docs/sources/library_structure.rst
docs/sources/printing.rst
docs/sources/readme.rst
docs/sources/symbolic_algebra.rst
docs/sources/_templates/module.rst
docs/sources/_templates/package.rst
src/conftest.py
src/qalgebra/__init__.py
src/qalgebra/_flat_api_tools.py
src/qalgebra/_rules.py
src/qalgebra/pattern_matching.py
src/qalgebra.egg-info/PKG-INFO
src/qalgebra.egg-info/SOURCES.txt
src/qalgebra.egg-info/dependency_links.txt
src/qalgebra.egg-info/not-zip-safe
src/qalgebra.egg-info/requires.txt
src/qalgebra.egg-info/top_level.txt
src/qalgebra/convert/__init__.py
src/qalgebra/convert/to_qutip.py
src/qalgebra/convert/to_sympy_matrix.py
src/qalgebra/core/__init__.py
src/qalgebra/core/abstract_algebra.py
src/qalgebra/core/abstract_quantum_algebra.py
src/qalgebra/core/algebraic_properties.py
src/qalgebra/core/exceptions.py
src/qalgebra/core/hilbert_space_algebra.py
src/qalgebra/core/indexed_operations.py
src/qalgebra/core/matrix_algebra.py
src/qalgebra/core/operator_algebra.py
src/qalgebra/core/scalar_algebra.py
src/qalgebra/core/state_algebra.py
src/qalgebra/core/super_operator_algebra.py
src/qalgebra/library/__init__.py
src/qalgebra/library/fock_operators.py
src/qalgebra/library/pauli_matrices.py
src/qalgebra/library/spin_algebra.py
src/qalgebra/printing/__init__.py
src/qalgebra/printing/_precedence.py
src/qalgebra/printing/_render_head_repr.py
src/qalgebra/printing/_unicode_mappings.py
src/qalgebra/printing/asciiprinter.py
src/qalgebra/printing/base.py
src/qalgebra/printing/dot.py
src/qalgebra/printing/latexprinter.py
src/qalgebra/printing/sreprprinter.py
src/qalgebra/printing/sympy.py
src/qalgebra/printing/treeprinting.py
src/qalgebra/printing/unicodeprinter.py
src/qalgebra/toolbox/__init__.py
src/qalgebra/toolbox/commutator_manipulation.py
src/qalgebra/toolbox/core.py
src/qalgebra/utils/__init__.py
src/qalgebra/utils/_attrs.py
src/qalgebra/utils/check_rules.py
src/qalgebra/utils/containers.py
src/qalgebra/utils/indices.py
src/qalgebra/utils/ordering.py
src/qalgebra/utils/properties_for_args.py
src/qalgebra/utils/singleton.py
src/qalgebra/utils/testing.py
src/qalgebra/utils/unicode.py
tests/test_flat_api.py
tests/test_qalgebra.py
tests/algebra/test_abstract_algebra.py
tests/algebra/test_abstract_quantum_algebra.py
tests/algebra/test_commutative_hs_order.py
tests/algebra/test_commutator.py
tests/algebra/test_equation.py
tests/algebra/test_hash_eq.py
tests/algebra/test_hilbert_space_algebra.py
tests/algebra/test_hilbert_spaces.py
tests/algebra/test_hs_ordering.py
tests/algebra/test_indices.py
tests/algebra/test_instance_caching_context.py
tests/algebra/test_ket_indexed_sum.py
tests/algebra/test_matrix_algebra.py
tests/algebra/test_operator_algebra.py
tests/algebra/test_operator_indexed_sum.py
tests/algebra/test_operator_ordering.py
tests/algebra/test_operator_plus.py
tests/algebra/test_operator_plus_minus_cc.py
tests/algebra/test_pattern_matching.py
tests/algebra/test_pauli_matrics.py
tests/algebra/test_rules.py
tests/algebra/test_rules_context.py
tests/algebra/test_scalar_algebra.py
tests/algebra/test_scalar_indexed_sum.py
tests/algebra/test_simplify.py
tests/algebra/test_spin_algebra.py
tests/algebra/test_state_algebra.py
tests/algebra/test_state_ordering.py
tests/algebra/test_substitute.py
tests/algebra/test_super_operator_algebra.py
tests/convert/test_convert_to_sympy_matrix.py
tests/convert/test_qutip_conversion.py
tests/printing/test_ascii_printing.py
tests/printing/test_configure_printing.py
tests/printing/test_dotprint.py
tests/printing/test_inifile.py
tests/printing/test_registry_rendering.py
tests/printing/test_srepr_printing.py
tests/printing/test_sympy_printers.py
tests/printing/test_tex_printing.py
tests/printing/test_tree_printing.py
tests/printing/test_unicode_printing.py
tests/printing/test_inifile/invalid_section.ini
tests/printing/test_inifile/invalid_value.ini
tests/printing/test_inifile/printing.ini
tests/printing/test_registry_rendering/latch_srepr.dat
tests/utils/test_index_over_range.py
tests/utils/test_symbolic_labels.py