| Crates.io | stabilizer-ch-form-rust |
| lib.rs | stabilizer-ch-form-rust |
| version | 0.1.1 |
| created_at | 2026-01-02 18:02:47.119903+00 |
| updated_at | 2026-01-03 11:03:02.141832+00 |
| description | A Rust library implementing CH form representation of stabilizer states for quantum computing simulations. |
| homepage | https://github.com/mutekichi/necstar |
| repository | https://github.com/mutekichi/necstar |
| max_upload_size | |
| id | 2018965 |
| size | 137,099 |
A Rust library for simulating stabilizer states using the CH-form representation based on the reference [1]. This representation keeps track of the global phase unlike the typical tableau representation.
To use stabilizer-ch-form-rust as a library in your Rust project, add the following to your Cargo.toml:
[dependencies]
stabilizer-ch-form-rust = "0.1.1"
If you want to modify the source code, you can set up the project locally.
Clone the repository:
git clone git@github.com:mutekichi/necstar.git
Specify the path dependency in your Cargo.toml:
[dependencies]
stabilizer-ch-form-rust = { path = "/path/to/necstar/crates/stabilizer-ch-form-rust" }
Replace /path/to/necstar with the actual path to the cloned repository.
See the Documentation for more details and examples.