This folder contains the following examples:
- Benchmarking how many qubits can we simulate using Vector and Tensor simulation
- Sampling the Qubits from a Quantum simulation
- Calculating the expectation values of
<Ψ| Op |Ψ>
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