Skip to content

Commit ccd40b5

Browse files
authored
Merge pull request #20 from jpmorganchase/test_coverage_circuit_optimization
Pip install resolution- code resolution has been tested and validated
2 parents 9e2a341 + df2db8e commit ccd40b5

File tree

53 files changed

+12
-3392810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+12
-3392810
lines changed

pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ force-exclude = '''
7070
| .git
7171
| .github
7272
| jupyter
73-
| qokit/assets
7473
)/
7574
| scripts/*.sh
7675
| scripts/*.md
@@ -82,6 +81,7 @@ force-exclude = '''
8281
'''
8382
[tool.setuptools]
8483
py-modules = []
84+
8585
[tool.coverage.run]
8686
omit = [
8787
"qokit/classical_methods/utils.py",
@@ -91,10 +91,17 @@ omit = [
9191
"qokit/fur/mpi_custatevec/*",
9292
"qokit/fur/diagonal_precomputation/gpu_numba.py",
9393
]
94+
[tool.setuptools.packages.find]
95+
where = ["."]
96+
exclude = ["tests*"]
97+
98+
9499
[tool.setuptools.package-data]
95-
qokit = ["*.json", "*.scv", "*.zip"]
100+
"*" = ["*.json", "*.npy"]
101+
102+
96103
[tool.setuptools.dynamic]
97104

98105
[tool.pyright]
99106
reportIncompatibleMethodOverride = true
100-
reportPrivateUsage = true
107+
reportPrivateUsage = true

qokit/assets/1117_ramps.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)