Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEST

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.

Documentation

Due to issues with cargo doc use cargo docs instead.

Features

  • openqasm2 gives access to use OpenQasm2 with the help of the openqasm crate.

Using nighty

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

.exp format

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

About

The Experimental System for Transpilation (TEST) is an experimental system for researching quantum transpilation.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages