A library for finding logical operators of quantum CSS error correction codes.
This repo is forked from m-webster/CSSLO and modified it to install functions as a library.
pip install -e ".[test]" # Install with test dependenciesimport csslo
# Example usage
result = csslo.minWeightZ2(matrix)
distance = csslo.distGenetic(matrix)pytestThe project uses several tools to maintain code quality:
- flake8 for linting
- black for code formatting
- isort for import sorting
- mypy for type checking
This project is licensed under the terms of the license included in the repository.