quant-met 0.0.21__py3-none-any.whl → 0.0.22__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.
@@ -714,7 +714,7 @@ class BaseHamiltonian(Generic[GenericParameters], ABC):
714
714
  bdg_functions[i, m].conjugate()
715
715
  * bdg_functions[j, n]
716
716
  * bdg_functions[j, p].conjugate()
717
- * bdg_functions[i, q].conjugate()
717
+ * bdg_functions[i, q]
718
718
  )
719
719
 
720
720
  c_mnpq[m, n, p, q] = 2 * c_tmp
@@ -763,7 +763,7 @@ class BaseHamiltonian(Generic[GenericParameters], ABC):
763
763
  k=k, direction=direction_2
764
764
  )
765
765
  for k_index in range(len(k)):
766
- for n in [i for i in range(self.number_of_bands) if i != band]:
766
+ for n in [m for m in range(self.number_of_bands) if m != band]:
767
767
  quantum_geom_tensor[i, j] += (
768
768
  (
769
769
  bloch[k_index][:, band].conjugate()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quant-met
3
- Version: 0.0.21
3
+ Version: 0.0.22
4
4
  Summary: Calculate superconductivity in flat-band systems.
5
5
  Author-email: Tjark Sievers <tsievers@physnet.uni-hamburg.de>
6
6
  License-File: LICENSE.txt
@@ -19,7 +19,7 @@ quant_met/mean_field/_utils.py,sha256=7hr0DDSdIqjft5Jjluvbw_HGoNLWgYJTxyuPJJvhBn
19
19
  quant_met/mean_field/search_crit_temp.py,sha256=Z9te3O7zsyBGLRrPjmNA85vxHOfBfIQ7svdDVFEJedg,8782
20
20
  quant_met/mean_field/self_consistency.py,sha256=YY_zhCurxOK3RLkK-Hglfkx33uhsvqpoAKOP4FuPdfo,3371
21
21
  quant_met/mean_field/hamiltonians/__init__.py,sha256=r-8TaLqRnRbAro-TMIyxzCCZHwVqyKrausODpQJb2tw,681
22
- quant_met/mean_field/hamiltonians/base_hamiltonian.py,sha256=4sp2LD213-6aNpbEQAgclJEWOdZdTpDf5QwkgigD0f0,29383
22
+ quant_met/mean_field/hamiltonians/base_hamiltonian.py,sha256=xoSpPy5qUXN3jCB6M6mh9oshDPLFfw8kbWBo1VsGGUw,29371
23
23
  quant_met/mean_field/hamiltonians/dressed_graphene.py,sha256=Q5LiA3rgK88ZZV1V7JflgjlkEpve7uNZFzFCIoQND-w,4048
24
24
  quant_met/mean_field/hamiltonians/graphene.py,sha256=sa3H8jVq9Fkc_qcz5gJTCMgN8YD3N18JWLRBImhLyxo,3276
25
25
  quant_met/mean_field/hamiltonians/one_band_tight_binding.py,sha256=DZXaD95yWv1VZSMqgxkqEZv3PGihNGy7PuqupnN75ew,2512
@@ -30,8 +30,8 @@ quant_met/parameters/hamiltonians.py,sha256=PiWVV-miCdT4Z9GWloDVvIU_1QpRHHV-zVOg
30
30
  quant_met/parameters/main.py,sha256=QP7Z24-QePMcy6txujqxbx5ztQTdC67m6elNsJtGtXQ,2325
31
31
  quant_met/plotting/__init__.py,sha256=VypHrLAGmCiQaQggGh5Cs4EF4YAjRiETddf_7mOX9MQ,544
32
32
  quant_met/plotting/plotting.py,sha256=4ZYclWJH3hlE8S7b7bL_JJlP3CKaCGcVzdIsqolCAaM,6592
33
- quant_met-0.0.21.dist-info/METADATA,sha256=cyCRB0PAwVRHwgPFcI7WZBtlubWfvgZoJDq0hKZNSrc,1978
34
- quant_met-0.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
35
- quant_met-0.0.21.dist-info/entry_points.txt,sha256=1Al3Kt-cMeQxwMp84ZSNL0qFwlbOVBu1o8A19MH8lEU,48
36
- quant_met-0.0.21.dist-info/licenses/LICENSE.txt,sha256=QO_duPQihSJlaxSLxPAXo52X3esROP5wBkhxqBd1Z4E,1104
37
- quant_met-0.0.21.dist-info/RECORD,,
33
+ quant_met-0.0.22.dist-info/METADATA,sha256=ELPjCoeSLhAy0iwhHCkW0cD3eMSFOQHuTB1J8UsuuJI,1978
34
+ quant_met-0.0.22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
35
+ quant_met-0.0.22.dist-info/entry_points.txt,sha256=1Al3Kt-cMeQxwMp84ZSNL0qFwlbOVBu1o8A19MH8lEU,48
36
+ quant_met-0.0.22.dist-info/licenses/LICENSE.txt,sha256=QO_duPQihSJlaxSLxPAXo52X3esROP5wBkhxqBd1Z4E,1104
37
+ quant_met-0.0.22.dist-info/RECORD,,