pyALF 2.5.post35__tar.gz → 2.5.post38__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.
- {pyalf-2.5.post35/pyALF.egg-info → pyalf-2.5.post38}/PKG-INFO +1 -1
- {pyalf-2.5.post35 → pyalf-2.5.post38/pyALF.egg-info}/PKG-INFO +1 -1
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/__init__.py +1 -2
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/alf_source.py +1 -2
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/exceptions.py +1 -1
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/lattice.py +3 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/simulation.py +3 -4
- {pyalf-2.5.post35 → pyalf-2.5.post38}/LICENSE +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/MANIFEST.in +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/README.md +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/SOURCES.txt +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/dependency_links.txt +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/entry_points.txt +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/requires.txt +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/top_level.txt +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/ana.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/analysis.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_common.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_rebin_ipy.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_rebin_tk.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_warmup_ipy.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_warmup_tk.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/__init__.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_bin_count.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_del_bins.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_postprocess.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_run.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_show_obs.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_test_branch.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/minimal_ALF_run.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/init_layout.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/lattices_armv8.4-a.so +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/lattices_x86-64.so +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/utils.py +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/pyproject.toml +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/setup.cfg +0 -0
- {pyalf-2.5.post35 → pyalf-2.5.post38}/tests/test_lattice_init.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyALF
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.post38
|
|
4
4
|
Summary: Python interface for ALF, plus scripts and Jupyter notebooks.
|
|
5
5
|
Author-email: ALF Collaboration <alf@physik.uni-wuerzburg.de>, Jonas Schwab <jonas.schwab@uni-wuerzburg.de>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyALF
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.post38
|
|
4
4
|
Summary: Python interface for ALF, plus scripts and Jupyter notebooks.
|
|
5
5
|
Author-email: ALF Collaboration <alf@physik.uni-wuerzburg.de>, Jonas Schwab <jonas.schwab@uni-wuerzburg.de>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
"""Provides interfaces for compiling, running and postprocessing ALF in Python.
|
|
2
|
-
"""
|
|
1
|
+
"""Provides interfaces for compiling, running and postprocessing ALF in Python."""
|
|
3
2
|
# pylint: disable=invalid-name
|
|
4
3
|
# pylint: disable=too-many-instance-attributes
|
|
5
4
|
# py lint: disable=consider-using-f-string
|
|
@@ -20,7 +20,9 @@ class UnitCell:
|
|
|
20
20
|
----------
|
|
21
21
|
latt_grp : h5py.Group
|
|
22
22
|
HDF5 group containing the lattice information.
|
|
23
|
+
|
|
23
24
|
"""
|
|
25
|
+
|
|
24
26
|
# pylint: disable=too-few-public-methods
|
|
25
27
|
def __init__(self, latt_grp):
|
|
26
28
|
self.N_coord = latt_grp.attrs["N_coord"]
|
|
@@ -97,6 +99,7 @@ class Lattice:
|
|
|
97
99
|
nnlistr : array of ints, shape=(N, 3, 3)
|
|
98
100
|
nnlistk : array of ints, shape=(N, 3, 3)
|
|
99
101
|
imj : array of ints, shape=(N, N)
|
|
102
|
+
|
|
100
103
|
"""
|
|
101
104
|
|
|
102
105
|
# pylint: disable=too-many-instance-attributes
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
"""Provides interfaces for compiling, running and postprocessing ALF in Python.
|
|
2
|
-
"""
|
|
1
|
+
"""Provides interfaces for compiling, running and postprocessing ALF in Python."""
|
|
3
2
|
# pylint: disable=invalid-name
|
|
4
3
|
# pylint: disable=too-many-instance-attributes
|
|
5
4
|
|
|
@@ -608,7 +607,7 @@ def get_obs(sim_dir, names=None):
|
|
|
608
607
|
|
|
609
608
|
def _read_scalJ(name):
|
|
610
609
|
"""Return dictionary with Fortran analysis
|
|
611
|
-
results from scalar observable
|
|
610
|
+
results from scalar observable (legacy).
|
|
612
611
|
"""
|
|
613
612
|
with open(name, encoding='UTF-8') as f:
|
|
614
613
|
lines = f.readlines()
|
|
@@ -626,7 +625,7 @@ def _read_scalJ(name):
|
|
|
626
625
|
|
|
627
626
|
def _read_eqJ(name):
|
|
628
627
|
"""Return dictionary with Fortran analysis results from equal time
|
|
629
|
-
correlation function
|
|
628
|
+
correlation function (legacy).
|
|
630
629
|
"""
|
|
631
630
|
with open(name, encoding='UTF-8') as f:
|
|
632
631
|
lines = f.readlines()
|
|
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
|