Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Examples for using qcir_sim package

This folder contains the following examples:

  1. Benchmarking how many qubits can we simulate using Vector and Tensor simulation
  2. Sampling the Qubits from a Quantum simulation
  3. Calculating the expectation values of <Ψ| Op |Ψ>

Setting up

Install Pandas in the virtual environment since it is required in benchmark.py.

uv pip install pandas # required in benchmark.py

or

pip install pandas