-
Notifications
You must be signed in to change notification settings - Fork 6
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
NMR Spectrum / ORCA 6.x .out file peak arithmetic looks way off #20
Comments
I don't know why this has six labels; I don't think I added any of them. It's a bug, unless I'm doing something wrong. |
could you send the .out file? I'd like to take a closer look at this case |
That tarball has the .inp, .xyz, and .out files in it (not in a directory; sorry). |
Thanks for sending the .out file. I've taken a quick look, and this is an issue where our NMR data parser doesn't know how to handle post-HF methods. The NMR shielding data is getting printed for the SCF, and MP2 twice (unrelaxed and relaxed density). The parser is reading all of these,, and they all get combined, but then only divided by the number of equivalent nuclei when averaging the shifts. The result is all shifts are about 3x more than they should be. I'll get working on a fix for that. |
Can I help? |
I should be able to fix this pretty quickly. There are a few other things I want to work on this evening, but once those are done I'll get started. Would you want to be able to see the NMR data for each of the three different methods, or just the last one in the file (MP2 with relaxed density)? It would be pretty easy to parse that data, but adding UI options to choose which one might take a bit more time. |
Probably just need to insert a bit of code here: |
Incidentally, I love SEQCROW; it's the only tool out there that does what I need done. I'm excited to see the splittings it generates given the J-coupling data I'm computing now. |
This appears to work:
|
I appreciate the kind words. I fixed this in fileIO before I noticed this, but thanks for the suggestion. The new version on the ChimeraX toolshed should work. Let me know if you have any issues with the new version. |
Looks great. Thank you! |
Describe the bug
File Info sees correct chemical shifts from ORCA 6.0.0 output file. Reference-adjusted data displayed in NMR Spectrum plot appears to have been scaled nonsensically.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Display accurate 1-D plot of (delta_reference - computed chemical shift).
Screenshots
Structure:
The .out file is available upon request, but I don't think it's anything special.
Additional context
ChimeraX 1.8, SEQCROW 1.8.14
The text was updated successfully, but these errors were encountered: