quant-iron 2.0.0

A high-performance, hardware-accelerated modular quantum computing library with a focus on physical applications. Quant-Iron provides tools to represent quantum states, apply standard quantum gates, perform measurements, build quantum circuits, and implement quantum algorithms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod gate_tests;
pub mod measurement_tests;
pub mod operator_tests;
pub mod state_tests;
pub mod pauli_string_tests;
pub mod ising_tests;
pub mod heisenberg_tests;
pub mod time_evolution_tests;
pub mod circuit_tests;
pub mod macros_tests;
pub mod parametric_tests;