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
cctk.quasiclassical
Not sure why, but I get insane velocities when I set do_rotation to True in cctk.quasiclassical.get_quasiclassical_perturbation.
do_rotation
True
cctk.quasiclassical.get_quasiclassical_perturbation
For instance, here's the velocities I get from running a 300 K quasiclassical initialization on test/static/methane_hpmodes.out:
test/static/methane_hpmodes.out
[[ 0.05273943 -0.06015768 0.08881368] [-10.454403 6.928813 3.9630766 ] [-22.108727 18.917265 -4.42791 ] [ 21.231005 -7.157976 -28.53397 ] [ 10.807802 -17.971182 27.94058 ]]
Without rotation, this is what I get:
[[ 0. 0.00822778 0.00959557] [ 0.04637501 -0.01431042 -0.02822099] [-0.01059805 -0.01377504 -0.03283611] [-0.01417696 -0.01534551 -0.00800313] [ 0.08252529 -0.05453904 -0.04518817]]
It's been a while since I've looked at this code — not sure what's wrong!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure why, but I get insane velocities when I set
do_rotation
toTrue
incctk.quasiclassical.get_quasiclassical_perturbation
.For instance, here's the velocities I get from running a 300 K quasiclassical initialization on
test/static/methane_hpmodes.out
:Without rotation, this is what I get:
It's been a while since I've looked at this code — not sure what's wrong!
The text was updated successfully, but these errors were encountered: