Skip to content
New issue

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 rotation is broken #14

Open
corinwagen opened this issue Sep 24, 2024 · 0 comments
Open

cctk.quasiclassical rotation is broken #14

corinwagen opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@corinwagen
Copy link
Collaborator

Not sure why, but I get insane velocities when I set do_rotation to True in 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:

[[  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!

@corinwagen corinwagen added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant