-
Notifications
You must be signed in to change notification settings - Fork 161
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
Missing atoms in the .cube files #949
Comments
A bit more analysis into this - checking that the So, trying the opposite - assume the also, when the unit cell (both atoms and orbitals) are replicated in x,y,z directions in VMD - the picture makes sense now: I think the number of atoms printed in the .cube file is reduced to prevent atom overlaps when translating them along the unit cell vectors, so in this regard it is not a bug or a problem. However, it seems the |
You probably need to adjust increase the position tolerance since you're using the limitxyz option position tolerance = 0.100000E-02 I'll check |
or possibly the ncell option, e.g. ncell = 0 0 0 position tolerance = 0.100000E-02
|
The position_tolerance didn't fixe the problem. I'll need to debug the code. I should be able to work on this tomorrow. Sorry for the glitch(s). |
Describe the bug
Atoms are missing in the .cube file generated by the PSPW code
Orbital isosurface seem to be represented correctly though
Also, when periodic images are added in VMD, atoms seem to be translated to the nearly-identical positions (overlaps) - see one of the screenshots.
Describe settings used
NWChem v7.2.2, Linux operating system
Please see the attached "out" file for more details
Attach log files
please see attached
files.zip
To Reproduce
sbatch submit.slm
The SLURM
submit.slm
file and the NWChem input fileinput.nw
are attached.Expected behavior
All atoms of the unit cell of NaCl are expected to appear, but some are missing;
The text was updated successfully, but these errors were encountered: