quaru 1.0.0

A quantum computer simulator
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! ![quaru_opacity](https://user-images.githubusercontent.com/73998667/228244740-bd136eae-1bc5-4048-a76f-8cb85f4e99c9.png)
//! # quaru
//! quaru is a quantum computer simulator built to run on classical computers.

#![doc(
    html_logo_url = "https://user-images.githubusercontent.com/73998667/228244740-bd136eae-1bc5-4048-a76f-8cb85f4e99c9.png"
)]
pub mod math;
pub mod openqasm;
pub mod operation;
pub mod register;