This library is used for research purposes and is highly experimental and unstable. For real use cases, we recommend using syn instead.
The Experimental System for Transpilation (TEST) is an experimental system for researching quantum transpilation.
Due to issues with cargo doc use cargo docs instead.
openqasm2gives access to use OpenQasm2 with the help of the openqasm crate.
The code may only compile with nightly. You can install the nightly toolchain with rustup:
rustup toolchain install nightly
and then activate it in the project folder with:
rustup override set nightly
Used to transfer exponentials between libraries. Every line depicts one exponential as
angle;PAULISTRING
where angle is a multiple of pi (needs to be multiplied by pi).
For example
0.25;XIIX
a;IIXI
-a;XIII
0.36;IIIZ
-0.5;IIXI