Skip to content

Parses a Qiskit circuit and creates a native Rust representation

License

Notifications You must be signed in to change notification settings

TrappedIonsCornell/qiskit-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qiskit Parser for Rust

Parses a qiskit circuit and provides a bare rust implementation of the circuit. Intended for use with the Multimode Spin-Boson Quantum Emulator, but it should be straightforward to integrate for other rust/python projects.

Creates a rust analog Qiskit circuits

An important assumption of this library is that all inputs are valid. The only intended usage for this library is to handle circuits provided by the data method from QuantumCircuit. i.e. none of the error handling provided by regular qiskit is implemented (nor do we plan for it to be)

About

Parses a Qiskit circuit and creates a native Rust representation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages