pyrauli 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyrauli-0.2.0 → pyrauli-0.2.1}/PKG-INFO +2 -2
- {pyrauli-0.2.0 → pyrauli-0.2.1}/pyproject.toml +2 -2
- {pyrauli-0.2.0 → pyrauli-0.2.1}/.clang-format +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/.github/workflows/benchmark.yml +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/.github/workflows/ci.yml +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/.github/workflows/doc.yml +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/.github/workflows/pypi.yml +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/.gitignore +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/CMakeLists.txt +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/LICENSE +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/README.md +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/benchmarks/test_benchmark_circuit.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/benchmarks/test_benchmark_observable.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/benchmarks/test_benchmark_qiskit.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/.gitignore +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/Makefile +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/_static/.gitkeep +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/_templates/.gitkeep +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/conf.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/explanation/theory.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/guides/how_to_circuit.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/guides/how_to_complexity.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/guides/how_to_noise.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/guides/how_to_observables.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/guides/how_to_qiskit.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/index.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/make.bat +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/reference/api.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/requirements.txt +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/docs/tutorials/getting_started.rst +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/examples/qiskit_backend.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/src/pyrauli/__init__.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/src/pyrauli/_core/bindings.cpp +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/src/pyrauli/backend.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/src/pyrauli/converters.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/src/pyrauli/estimator.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/snippets/test_basic_circuit.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/snippets/test_observable_evolution.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/snippets/test_qiskit_backend_usage.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/snippets/test_readme.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_backend.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_circuit.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_circuit_qiskit.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_noise_model.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_observable.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_observable_qiskit.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_pauli.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_policies.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_pyrauli.py +0 -0
- {pyrauli-0.2.0 → pyrauli-0.2.1}/tests/test_truncator.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: pyrauli
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: A very fast and easy to use Quantum circuit simulator relying on Pauli propagation. Compatible with qiskit.
|
5
5
|
License: GNU GENERAL PUBLIC LICENSE
|
6
6
|
Version 3, 29 June 2007
|
@@ -685,7 +685,7 @@ Classifier: Topic :: Scientific/Engineering :: Physics
|
|
685
685
|
Project-URL: Homepage, https://github.com/zefresk/pyrauli
|
686
686
|
Requires-Python: >=3.9
|
687
687
|
Provides-Extra: qiskit
|
688
|
-
Requires-Dist: qiskit>=
|
688
|
+
Requires-Dist: qiskit>=2.0.0; extra == "qiskit"
|
689
689
|
Provides-Extra: test
|
690
690
|
Requires-Dist: pytest>=8.0.0; extra == "test"
|
691
691
|
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
|
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
|
|
5
5
|
|
6
6
|
[project]
|
7
7
|
name = "pyrauli"
|
8
|
-
version = "0.2.
|
8
|
+
version = "0.2.1"
|
9
9
|
description = "A very fast and easy to use Quantum circuit simulator relying on Pauli propagation. Compatible with qiskit."
|
10
10
|
readme = "README.md"
|
11
11
|
requires-python = ">=3.9"
|
@@ -25,7 +25,7 @@ Homepage = "https://github.com/zefresk/pyrauli"
|
|
25
25
|
|
26
26
|
[project.optional-dependencies]
|
27
27
|
qiskit = [
|
28
|
-
"qiskit>=
|
28
|
+
"qiskit>=2.0.0"
|
29
29
|
]
|
30
30
|
test = [
|
31
31
|
"pytest>=8.0.0",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|