Skip to content
 
 

Repository files navigation

CSSLO

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.

Installation

pip install -e ".[test]"  # Install with test dependencies

Usage

import csslo

# Example usage
result = csslo.minWeightZ2(matrix)
distance = csslo.distGenetic(matrix)

Development

Running Tests

pytest

Code Quality

The project uses several tools to maintain code quality:

  • flake8 for linting
  • black for code formatting
  • isort for import sorting
  • mypy for type checking

License

This project is licensed under the terms of the license included in the repository.

About

Logical Operators of CSS Codes made out of level t controlled phase gates

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages