-
Notifications
You must be signed in to change notification settings - Fork 155
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
Nucleic acids and MD #766
Comments
Hi, |
I checked the potential energy of the wall potential, the add.restraining.
All MD input and output files are attached. 3ot0edit_mdNoWall.out.txt |
As the system is highly charged and rather large, it is quite dynamic. Thus, a time step of 2 fs seems to be too large. For me, the MD worked by setting |
This is still not working for me. |
It seems that the time step is still too large for a longer MD. |
I tried setting the time step to 0.1 fs and the MD length was 50 ps. |
Another possibility to increase the stability of the MD is to increase the |
I set the hmass to 5. Still the MD run exits because it's unstable. I even tried to reduce the time step to 0.01 fs but the MD is still unstable. |
This seems to be some kind of problem that GFN-FF has with the high charge. I would not suggest setting the charge of a charged structure to 0 as this might produce some unphysical behavior during the MD. The best way to solve this issue would be to add some counter ions (like sodium cations) to your negatively charged moieties so that your total charge will be naturally 0. You may also try to set |
This issue is set to auto-close in 7 days if no further updates would be detected. |
I'm trying to run molecular dynamics on a small double stranded DNA (pdb ID: 3ot0) using xtb, ver. 6.5.1
I'm using a potential wall to keep the DNA strands from dissociating. I used the ASE tool to shift the coordinates of the DNA so it's centered relative to the centre of mass.
The DNA has two modified bases that each have an unpaired electron, hence I'm using --uhf 2.
I use the following:
xtb DNA.xyz --gfnff --input DNA_md.inp --gbsa water --chrg -18 --uhf 2 --omd
The DNA_md.inp has the following lines:
$md
temp=295 # in K
time=50 # in ps
dump=50 # in fs
step=2 # in fs
hmass=4
shake=2
$end
$wall
potential=logfermi
ellipsoid: 120.47630861971221, 105.46915010347814, 101.93127904476376, all
$end
I have also run this same DNA in crest with the -nci option.
I am using the ellipsoid parameters from the crest output file.
The MD run stops early with the message:
MD is unstable, emergency exit
Do you have any suggestions how to successfully run MD on DNA using xtb ?
The text was updated successfully, but these errors were encountered: