quant-met 0.0.15__py3-none-any.whl → 0.0.16__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.
@@ -93,13 +93,12 @@ def _fit_for_crit_temp(
93
93
  np.isclose(
94
94
  np.abs(delta_vs_temp[f"delta_{orbital}"]) ** 2,
95
95
  0,
96
- atol=1000 * (np.abs(delta_vs_temp[f"delta_{orbital}"]) ** 2).min(),
97
- rtol=1e-3,
96
+ rtol=0.05,
98
97
  ),
99
98
  np.isclose(
100
99
  np.abs(delta_vs_temp[f"delta_{orbital}"]) ** 2,
101
100
  (np.abs(delta_vs_temp[f"delta_{orbital}"]) ** 2).max(),
102
- rtol=1e-3,
101
+ rtol=1e-2,
103
102
  ),
104
103
  )
105
104
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quant-met
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: Calculate superconductivity in flat-band systems.
5
5
  Home-page: https://quant-met.tjarksievers.de
6
6
  Author: Tjark Sievers
@@ -19,7 +19,7 @@ quant_met/mean_field/hamiltonians/one_band_tight_binding.py,sha256=SXHPoVd_zyevN
19
19
  quant_met/mean_field/hamiltonians/three_band_tight_binding.py,sha256=MuOxUTPPBENjKBotPVQH-8343y4dv73jtZXo-w8mJsA,3282
20
20
  quant_met/mean_field/hamiltonians/two_band_tight_binding.py,sha256=Vk01wY1UP4V1yYHZ9RmlbB0cybPJjGlrBUkR8d3o3j8,2852
21
21
  quant_met/mean_field/quantum_metric.py,sha256=2yRu2bfgMxgPcVqasmqfgUy8-O7gXJwJI7ziuvIShXU,2580
22
- quant_met/mean_field/search_crit_temp.py,sha256=3vf9qjB3t3xnn8VpJ9efZ2XrdLTpOpG6nLSEsulN0KU,8745
22
+ quant_met/mean_field/search_crit_temp.py,sha256=RF4Fr8v8crl6KlFktw8oH3Hbbez1q5My1sbMe2wSuXQ,8653
23
23
  quant_met/mean_field/self_consistency.py,sha256=uk80FK7b1VVsFcUreGih11EMGXs45pkZ567g0bTNYwU,3140
24
24
  quant_met/mean_field/superfluid_weight.py,sha256=0T_vkJB9AvjeaPG_y5h_3ZHh-0MCefeXnaPOn-hYjKw,4127
25
25
  quant_met/parameters/__init__.py,sha256=Urw9tGQkHgNogcqheIVoZYLka9Wao5FdwbvUK3-5qGw,1007
@@ -28,9 +28,9 @@ quant_met/parameters/main.py,sha256=hGcJvRixkXuUk9MytAs0S1L2VvcJlT8qVG1g7NZOjlE,
28
28
  quant_met/plotting/__init__.py,sha256=HEt2KKhUOR1he2cKL9GLfGfqN87Q6jl_AKylGC20U4g,544
29
29
  quant_met/plotting/plotting.py,sha256=ueFKhGK2mo-_JKifhRlgT6WDuEbKSMwDaTNnl70tCZQ,6583
30
30
  quant_met/utils.py,sha256=JG_tShSL1JIi-Fn-N6mVD6J0sl7Egf-zuHnOSEKu7VA,1666
31
- quant_met-0.0.15.dist-info/LICENSE.txt,sha256=QO_duPQihSJlaxSLxPAXo52X3esROP5wBkhxqBd1Z4E,1104
32
- quant_met-0.0.15.dist-info/LICENSES/MIT.txt,sha256=QO_duPQihSJlaxSLxPAXo52X3esROP5wBkhxqBd1Z4E,1104
33
- quant_met-0.0.15.dist-info/METADATA,sha256=72N8ib9JLU7WPuIFzVOBzUVkwIqh2kJcI43abg6Hego,2097
34
- quant_met-0.0.15.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
35
- quant_met-0.0.15.dist-info/entry_points.txt,sha256=fuVnEk5wiqPMEhn-Cc7q0Hdk2s_OniOn0zfdFPicH4Y,47
36
- quant_met-0.0.15.dist-info/RECORD,,
31
+ quant_met-0.0.16.dist-info/LICENSE.txt,sha256=QO_duPQihSJlaxSLxPAXo52X3esROP5wBkhxqBd1Z4E,1104
32
+ quant_met-0.0.16.dist-info/LICENSES/MIT.txt,sha256=QO_duPQihSJlaxSLxPAXo52X3esROP5wBkhxqBd1Z4E,1104
33
+ quant_met-0.0.16.dist-info/METADATA,sha256=yXzlKy9e-KnGAE0YPRa2xKXF-mtZO04Ql_09TuyWfs8,2097
34
+ quant_met-0.0.16.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
35
+ quant_met-0.0.16.dist-info/entry_points.txt,sha256=fuVnEk5wiqPMEhn-Cc7q0Hdk2s_OniOn0zfdFPicH4Y,47
36
+ quant_met-0.0.16.dist-info/RECORD,,