We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the problem in code line 214 # FIXME: Add 2LPT. According to Vlah, the 2LPT of CDM is the only,
Isn't it already fixed by:
if order == 2: source1[...] /= Omega_tot source1[...] /= pt.D1(a) # goto z=0 source2 = lpt2source(source1) for spname, sp in species.items(): DX2 = lpt1(source2, Q) sp.S[...] += pt.D2(a) * DX2 sp.V[...] += a ** 2 * pt.f2(a) * pt.E(a) * pt.D2(a) * DX2 state = StateVector(self.cosmology, species, self.pm.comm) state.a['S'] = a state.a['P'] = a
The text was updated successfully, but these errors were encountered:
This is not exactly correct -- but likely good enough. Feel free to update the comment in the code.
Sorry, something went wrong.
No branches or pull requests
For the problem in code line 214 # FIXME: Add 2LPT. According to Vlah, the 2LPT of CDM is the only,
Isn't it already fixed by:
The text was updated successfully, but these errors were encountered: