Quantum circuit simulation
Project description
qcir_sim
Quantum circuit simulation using Vector and Tensor simulations
Note: Examples for using are provided in the examples/ folder. Examples include:
- 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 |Ψ>
Setting up
Using uv (Installation)
- Create a virtual environment
uv venv .venv
- Activate the virtual environment
source .venv/bin/activate
- Install the dependencies
uv sync
uv pip install pandas # required in benchmark.py
Legacy virtual environments
- Create virtual environment
python3 -m venv .venv
- Activate the virtual environment
source .venv/bin/activate
- Install dependencies
pip install -e . # -e to develop while using
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qcir_sim-0.1.0.tar.gz
(14.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qcir_sim-0.1.0.tar.gz.
File metadata
- Download URL: qcir_sim-0.1.0.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67f9317b255dc971b689c3502a849288677e5c70ef2324dba33c5c5f618504c7
|
|
| MD5 |
8b5e81fc80f6731f8c2d56ec460cd445
|
|
| BLAKE2b-256 |
825d29437533401f032a67f672ac38010745b36a7148870eac28a36fbd14cabe
|
File details
Details for the file qcir_sim-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qcir_sim-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
034c22168939d326b81527882231bc491ce3318faf3a1bcb4a869c5ee9b38021
|
|
| MD5 |
d3e59a17f83fe5f863ce51b5019bd857
|
|
| BLAKE2b-256 |
5835ed4e0a6ce768448a32e8ce580e927954b9bd3cff45658dcc40b56d882ae3
|