Project is under development and soon be uploaded.
Project description
Quantum Noise Analysis
Note The project is still under development. Please be patient for now and raise any query or feature directly to mail joshimohit@bhu.ac.in
Resource estimation with the package
from qiskit_noise_analysis import ResourceEstimation
resource_estimation = ResourceEstimation()
report = resource_estimation.get_estimation(
circuits = [ circ1, circ2, ....],
basis_gates= [''].
circuit_names= ['circ1', 'circ2'])
Implementation Example
# create quantum circuit
def generate_random_circuit(n_qubits, depth, random_seed=42):
from qiskit.circuit.random import random_circuit
max_operands = 2
qc = random_circuit(
num_qubits=n_qubits,
depth=depth,
max_operands=2,
measure=True,
seed=random_seed
)
return qc
resource_estimation = ResourceEstimation()
report = resource_estimation.get_estimation(circuits = [ generate_random_circuit(4,5, 42) , generate_random_circuit(4,5,43) ], circuit_names= ['circ1', 'circ2'])
resource_estimation.plot()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 qiskit_noise_analysis-0.1.2.tar.gz.
File metadata
- Download URL: qiskit_noise_analysis-0.1.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a77c14479e5c44192391c7373e0528849133fa66198e4397359f454544e73d1
|
|
| MD5 |
1629d2f3f84db9a995e76521ee766d71
|
|
| BLAKE2b-256 |
0b158b7cb88355b594106b85bde5e9db83dc4759827b4f7a312bdd372b102125
|
File details
Details for the file qiskit_noise_analysis-0.1.2-py3-none-any.whl.
File metadata
- Download URL: qiskit_noise_analysis-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dba5afa3418e3eec0053372538b27ae51911201172b04d7d2dd7539ddf21e28
|
|
| MD5 |
d79d343d77d9cde8101f58ceaac7ed34
|
|
| BLAKE2b-256 |
34a2ee055178a8140d9ab7345cefa05550fe0c09a6d6448c6f130ea860586b12
|