classy-szfast 0.0.25.post15__py3-none-any.whl → 0.0.25.post17__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.
@@ -254,6 +254,17 @@ class classy_sz(classy):
254
254
  method="cl_galn_IA", # name of the method in classy.pyx
255
255
  args_names=[],
256
256
  args=[])
257
+
258
+ ## added lensing fwith limber integral
259
+ if "cl_lens_lens" in requirements:
260
+ # make sure cobaya still runs as it does for standard classy
261
+ requirements.pop("cl_lens_lens")
262
+ # specify the method to collect the new observable
263
+ self.collectors["cl_lens_lens"] = Collector(
264
+ method="cl_kk", # name of the method in classy.pyx
265
+ args_names=[],
266
+ args=[])
267
+
257
268
  super().must_provide(**requirements)
258
269
 
259
270
 
@@ -390,6 +401,11 @@ class classy_sz(classy):
390
401
  cls = deepcopy(self._current_state["cl_cib_kappa"])
391
402
  return cls
392
403
 
404
+ def get_cl_lens_lens(self):
405
+ cls = {}
406
+ cls = deepcopy(self._current_state["cl_lens_lens"])
407
+ return cls
408
+
393
409
  # IMPORTANT: this method is imported from cobaya and modified to accomodate the emulators
394
410
  def calculate(self, state, want_derived=True, **params_values_dict):
395
411
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: classy_szfast
3
- Version: 0.0.25.post15
3
+ Version: 0.0.25.post17
4
4
  Summary: The accelerator of the class_sz code from https://github.com/CLASS-SZ
5
5
  Maintainer-email: Boris Bolliet <bb667@cam.ac.uk>
6
6
  License: MIT
@@ -1,5 +1,5 @@
1
1
  classy_szfast/__init__.py,sha256=E2thrL0Z9oXFfdzwcsu-xbOytudLFTlRlPqVFGlPPPg,279
2
- classy_szfast/classy_sz.py,sha256=QmbwrSXInQLMvCDqsr7KPmtaU0KOiOt1Rb-cTKuulZw,22240
2
+ classy_szfast/classy_sz.py,sha256=Yo0of_-YdvPz1RqgFUfVqYdq6GaMRgKTal6-fO8kJmA,22886
3
3
  classy_szfast/classy_szfast.py,sha256=PFb4Mqy3ACTRwEDAgN3m_-2batQhIZ1z2prT8zSGu5U,44556
4
4
  classy_szfast/config.py,sha256=v6DGcBHmfn5JtuO48dKyXCh-Dmn0uwOF_izvVOJFnqw,279
5
5
  classy_szfast/cosmopower.py,sha256=ooYK2BDOZSo3XtGHfPtjXHxr5UW-yVngLPkb5gpvTx8,2351
@@ -14,7 +14,7 @@ classy_szfast/custom_bias/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
14
14
  classy_szfast/custom_bias/custom_bias.py,sha256=aR2t5RTIwv7P0m2bsEU0Eq6BTkj4pG10AebH6QpG4qM,486
15
15
  classy_szfast/custom_profiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  classy_szfast/custom_profiles/custom_profiles.py,sha256=4LZwb2XoqwCyWNmW2s24Z7AJdmgVdaRG7yYaBYe-d9Q,1188
17
- classy_szfast-0.0.25.post15.dist-info/METADATA,sha256=OCfStl2y1zmr2u08imrd_xfrR5xPg7MvRW8VwpV7Iro,572
18
- classy_szfast-0.0.25.post15.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
- classy_szfast-0.0.25.post15.dist-info/top_level.txt,sha256=hRgqpilUck4lx2KkaWI2y9aCDKqF6pFfGHfNaoPFxv0,14
20
- classy_szfast-0.0.25.post15.dist-info/RECORD,,
17
+ classy_szfast-0.0.25.post17.dist-info/METADATA,sha256=-RM2AZX-5akOVQscrN17yyW1-8l33wJV04CZRUpCp3E,572
18
+ classy_szfast-0.0.25.post17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
+ classy_szfast-0.0.25.post17.dist-info/top_level.txt,sha256=hRgqpilUck4lx2KkaWI2y9aCDKqF6pFfGHfNaoPFxv0,14
20
+ classy_szfast-0.0.25.post17.dist-info/RECORD,,