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.
Files changed (37) hide show
  1. {pyalf-2.5.post35/pyALF.egg-info → pyalf-2.5.post38}/PKG-INFO +1 -1
  2. {pyalf-2.5.post35 → pyalf-2.5.post38/pyALF.egg-info}/PKG-INFO +1 -1
  3. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/__init__.py +1 -2
  4. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/alf_source.py +1 -2
  5. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/exceptions.py +1 -1
  6. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/lattice.py +3 -0
  7. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/simulation.py +3 -4
  8. {pyalf-2.5.post35 → pyalf-2.5.post38}/LICENSE +0 -0
  9. {pyalf-2.5.post35 → pyalf-2.5.post38}/MANIFEST.in +0 -0
  10. {pyalf-2.5.post35 → pyalf-2.5.post38}/README.md +0 -0
  11. {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/SOURCES.txt +0 -0
  12. {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/dependency_links.txt +0 -0
  13. {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/entry_points.txt +0 -0
  14. {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/requires.txt +0 -0
  15. {pyalf-2.5.post35 → pyalf-2.5.post38}/pyALF.egg-info/top_level.txt +0 -0
  16. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/ana.py +0 -0
  17. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/analysis.py +0 -0
  18. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_common.py +0 -0
  19. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_rebin_ipy.py +0 -0
  20. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_rebin_tk.py +0 -0
  21. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_warmup_ipy.py +0 -0
  22. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/check_warmup_tk.py +0 -0
  23. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/__init__.py +0 -0
  24. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_bin_count.py +0 -0
  25. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_del_bins.py +0 -0
  26. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_postprocess.py +0 -0
  27. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_run.py +0 -0
  28. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_show_obs.py +0 -0
  29. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/alf_test_branch.py +0 -0
  30. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/cli/minimal_ALF_run.py +0 -0
  31. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/init_layout.py +0 -0
  32. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/lattices_armv8.4-a.so +0 -0
  33. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/lattices_x86-64.so +0 -0
  34. {pyalf-2.5.post35 → pyalf-2.5.post38}/py_alf/utils.py +0 -0
  35. {pyalf-2.5.post35 → pyalf-2.5.post38}/pyproject.toml +0 -0
  36. {pyalf-2.5.post35 → pyalf-2.5.post38}/setup.cfg +0 -0
  37. {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.post35
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.post35
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
- """pyALF, a Python package for the Algorithms for Lattice Fermions (ALF).
2
- """
1
+ """pyALF, a Python package for the Algorithms for Lattice Fermions (ALF)."""
3
2
  # pylint: disable=inconsistent-return-statements
4
3
  # pylint: disable=import-outside-toplevel
5
4
 
@@ -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
@@ -1,4 +1,4 @@
1
- """Exceptions for pyALF"""
1
+ """Exceptions for pyALF."""
2
2
 
3
3
  class TooFewBinsError(Exception):
4
4
  """Triggered when observable has too few bins for analysis."""
@@ -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. (legacy)
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. (legacy)
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