1 unstable release

0.1.1 May 25, 2024
0.1.0 May 25, 2024

#80 in Simulation

Download history 237/week @ 2024-05-20 71/week @ 2024-05-27 17/week @ 2024-06-03

325 downloads per month

MIT/Apache

36KB
708 lines

quantum_state_sim

CI Security Audit License Cargo Rust 1.67+ Documentation

This provides a quantum simulation abstraction tool to simulate quantum circuits.
Uses the state vector simulation method.
Memory consumption is 2 * 8 * 2num_qubits bytes. For example, simulating 25 qubits cost ~537 MB.

The following gate operations are implemented:

  • Pauli X gate
  • Pauli Y gate
  • Pauli Z gate
  • Hadamard gate

Dependencies

~2MB
~42K SLoC