sparse-ir 1.1.3__py3-none-any.whl → 1.1.5__py3-none-any.whl
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.
- sparse_ir/__init__.py +1 -1
- {sparse_ir-1.1.3.dist-info → sparse_ir-1.1.5.dist-info}/METADATA +1 -1
- {sparse_ir-1.1.3.dist-info → sparse_ir-1.1.5.dist-info}/RECORD +6 -6
- {sparse_ir-1.1.3.dist-info → sparse_ir-1.1.5.dist-info}/LICENSE.txt +0 -0
- {sparse_ir-1.1.3.dist-info → sparse_ir-1.1.5.dist-info}/WHEEL +0 -0
- {sparse_ir-1.1.3.dist-info → sparse_ir-1.1.5.dist-info}/top_level.txt +0 -0
sparse_ir/__init__.py
CHANGED
@@ -12,7 +12,7 @@ intermediate representation of correlation functions. It provides:
|
|
12
12
|
"""
|
13
13
|
__copyright__ = "2020-2025 Markus Wallerberger, Hiroshi Shinaoka, and others"
|
14
14
|
__license__ = "MIT"
|
15
|
-
__version__ = "1.1.
|
15
|
+
__version__ = "1.1.5"
|
16
16
|
|
17
17
|
from .kernel import RegularizedBoseKernel, LogisticKernel
|
18
18
|
from .sve import compute as compute_sve, SVEResult
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sparse-ir
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.5
|
4
4
|
Summary: intermediate representation (IR) basis for electronic propagator
|
5
5
|
Home-page: https://github.com/SpM-lab/sparse-ir
|
6
6
|
Author: ['Markus Wallerberger', 'Hiroshi Shinaoka', 'Kazuyoshi Yoshimi', 'Junya Otsuki', 'Chikano Naoya']
|
@@ -1,4 +1,4 @@
|
|
1
|
-
sparse_ir/__init__.py,sha256=
|
1
|
+
sparse_ir/__init__.py,sha256=QHIxAcAd1E15RDsNCr_2vAYXxCp6xUYGZrj8Fh7q0To,816
|
2
2
|
sparse_ir/_gauss.py,sha256=9Ou38SfucUjY83o8Tz62s-gXfWDC8QEHBjiUzcbWaY4,9621
|
3
3
|
sparse_ir/_roots.py,sha256=ARpyYhhI5gR1AT1zDgezVgCxnHEaJwGF38jEv6ebarA,4351
|
4
4
|
sparse_ir/_util.py,sha256=93s7tGcXxz3mwHsBQmAh-6EQ26xLbUeFHVtlnzQxRps,3004
|
@@ -13,8 +13,8 @@ sparse_ir/poly.py,sha256=moPMTxJvd2_g43vcyjHSsyBjcQ1lnuPyIjfce6j_AgI,18359
|
|
13
13
|
sparse_ir/sampling.py,sha256=BoHOHcLAvQjYR8KwK8Ee0LgZz3q3OgMBuLPgG494VEM,13879
|
14
14
|
sparse_ir/svd.py,sha256=iQwpBCFSPJeKqhAIlufzz9Ybpm1dq382Km3TU-UvNuc,3375
|
15
15
|
sparse_ir/sve.py,sha256=pVUKg_cLphx-lRCfrDJXrpkow97vjIgvvSrxA7lhzzg,15179
|
16
|
-
sparse_ir-1.1.
|
17
|
-
sparse_ir-1.1.
|
18
|
-
sparse_ir-1.1.
|
19
|
-
sparse_ir-1.1.
|
20
|
-
sparse_ir-1.1.
|
16
|
+
sparse_ir-1.1.5.dist-info/LICENSE.txt,sha256=3tGlA0QNYsfjETaQqJO0Ixne5PQ16PNVJiDcGsgHER0,1079
|
17
|
+
sparse_ir-1.1.5.dist-info/METADATA,sha256=00x0lx61SqH6UZ4gd87MQCaDbMGe5qd4J9WMAnFRucQ,6417
|
18
|
+
sparse_ir-1.1.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
19
|
+
sparse_ir-1.1.5.dist-info/top_level.txt,sha256=UsscWAzJg7fKo9qmIwW8jnG7CAfhFzWYBOTXVySzuA0,10
|
20
|
+
sparse_ir-1.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|