Skip to main content

Crate quantsim

Crate quantsim 

Source
Expand description

§Quantsim

A quantum circuit simulator ecosystem providing both a core simulation library and a web-based graphical user interface.

§Usage

Add this to your Cargo.toml:

[dependencies]
quantsim = "0.2.2"

§Re-exports

This crate re-exports the main components of the quantsim ecosystem:

  • core - The core quantum circuit simulation library
  • [ui] - The graphical user interface crate (re-exported when built for wasm32)

Modules§

core
Core quantum circuit simulation library