Previous Thread
Next Thread
Print Thread
Page 2 of 2 1 2
Joined: Jun 2020
Posts: 14
D
Forum Member
OP Offline
Forum Member
D
Joined: Jun 2020
Posts: 14
Thanks,my teacher. Thank you for your suggestions and your time. And this time I tried again and again.

I used SHAKE BONH PARAM at initial minimization before solvation, but I found the energy was higher than previous(not using SHAKE BONH PARAM, shake bonh tolerance 1.0e-9 ). So which one is better?

Previous(not using SHAKE BONH PARAM, shake bonh tolerance 1.0e-9):
ABNR MIN: Cycle ENERgy Delta-E GRMS Step-size
ABNR INTERN: BONDs ANGLes UREY-b DIHEdrals IMPRopers
ABNR EXTERN: VDWaals ELEC HBONds ASP USER
---------- --------- --------- --------- --------- ---------
ABNR> 3311-238148.54483 -0.00000 0.00000 0.00000
ABNR INTERN> 370.48897 984.70990 200.06852 1085.15295 53.42740
ABNR EXTERN> -182.76891-240659.62365 0.00000 0.00000 0.00000
---------- --------- --------- --------- --------- ---------

Now( using SHAKE BONH PARAM, shake bonh tolerance 1.0e-9):
ABNR MIN: Cycle ENERgy Delta-E GRMS Step-size
ABNR INTERN: BONDs ANGLes UREY-b DIHEdrals IMPRopers
ABNR EXTERN: VDWaals ELEC HBONds ASP USER
---------- --------- --------- --------- --------- ---------
ABNR> 10000-237452.82606 -0.00000 0.00000 0.00000
ABNR INTERN> 13.44942 1160.91816 244.89701 1091.79712 53.47728
ABNR EXTERN> 172.68940-240190.05445 0.00000 0.00000 0.00000


When I used SHAKE BONH PARAM at the post-solvation minimization( set the number 1.0e-9, not previously1.0e-6), the abnormal termination still happened. I felt disappointed very much.I just want to try again and I deleted "shake bonh tolerance 1.0e-9 parameter shake bonh parameter" in inp for equilbirum, then it worked and the abnormal termination didn't happen. So I want to ask: Can I delete this script "shake bonh tolerance 1.0e-9 parameter shake bonh parameter" ? I am afraid for this action. Is this deleting operation harmful for next steps?

Thank you again for your time, my teacher, thank you!

Joined: Jun 2020
Posts: 14
D
Forum Member
OP Offline
Forum Member
D
Joined: Jun 2020
Posts: 14
Thanks,my teacher. Thank you for your suggestions and your time. And this time I tried again and again.

I used SHAKE BONH PARAM at initial minimization before solvation, but I found the energy was higher than previous(not using SHAKE BONH PARAM, shake bonh tolerance 1.0e-9 ). So which one is better?

Previous(not using SHAKE BONH PARAM, shake bonh tolerance 1.0e-9):
ABNR MIN: Cycle ENERgy Delta-E GRMS Step-size
ABNR INTERN: BONDs ANGLes UREY-b DIHEdrals IMPRopers
ABNR EXTERN: VDWaals ELEC HBONds ASP USER
---------- --------- --------- --------- --------- ---------
ABNR> 3311-238148.54483 -0.00000 0.00000 0.00000
ABNR INTERN> 370.48897 984.70990 200.06852 1085.15295 53.42740
ABNR EXTERN> -182.76891-240659.62365 0.00000 0.00000 0.00000
---------- --------- --------- --------- --------- ---------

Now( using SHAKE BONH PARAM, shake bonh tolerance 1.0e-9):
ABNR MIN: Cycle ENERgy Delta-E GRMS Step-size
ABNR INTERN: BONDs ANGLes UREY-b DIHEdrals IMPRopers
ABNR EXTERN: VDWaals ELEC HBONds ASP USER
---------- --------- --------- --------- --------- ---------
ABNR> 10000-237452.82606 -0.00000 0.00000 0.00000
ABNR INTERN> 13.44942 1160.91816 244.89701 1091.79712 53.47728
ABNR EXTERN> 172.68940-240190.05445 0.00000 0.00000 0.00000


When I used SHAKE BONH PARAM at the post-solvation minimization( set the number 1.0e-9, not previously1.0e-6), the abnormal termination still happened. I felt disappointed very much.I just want to try again and I deleted "shake bonh tolerance 1.0e-9 parameter shake bonh parameter" in inp for equilbirum, then it worked and the abnormal termination didn't happen. So I want to ask: Can I delete this script "shake bonh tolerance 1.0e-9 parameter shake bonh parameter" ? I am afraid for this action. Is this deleting operation harmful for next steps?

Thank you again for your time, my teacher, thank you!

Joined: Sep 2003
Posts: 8,660
Likes: 26
rmv Online Content
Forum Member
Online Content
Forum Member
Joined: Sep 2003
Posts: 8,660
Likes: 26
You must use SHAKE BONH PARAM throughout; the errors are caused by other problems, such as the use of CONS FIX instead of harmonic restraints, a possibly corrupted parameter file, and maybe an initial model that isn't very good.

Verify the parameter file, perhaps using a simpler model.

Revise the minimizations to use CONS HARM instead of CONS FIX, and do not apply it to all heavy atoms; just the backbone atoms is likely a better choice. The best choices depend on the source of the model; I would treat a crystal structure differently that one constructed from a software package.


Rick Venable
computational chemist

Joined: Jun 2020
Posts: 14
D
Forum Member
OP Offline
Forum Member
D
Joined: Jun 2020
Posts: 14
Ok,thanks. Though I don't know the reason why we must use SHAKE BONH PARAM throughout, but I believe you are right. At the same time, maybe I know where I should change, I almost forget ask : how do I change the script to achieve the purpose of applying "CONS HARM"(your suggestion) to the backbone atoms instead of all heavy atoms.

This is my old script:
!Make sure no constrains exist
cons fix sele none end

define heavy sele all .and. .not. ( resname TIP3 .or. hydrogen) show end

!Constrain needed locations
cons fix sele heavy end

How do I change my old script, my teacher?

Thank you again for your valuable suggestions. Thank you!

Joined: Sep 2003
Posts: 8,660
Likes: 26
rmv Online Content
Forum Member
Online Content
Forum Member
Joined: Sep 2003
Posts: 8,660
Likes: 26
The CHARMM force field was designed and tested using the SHAKE BONH constraint. The water model in particular is rigid, and requires SHAKE to keep it that way. The PARAM keyword ensures that X-H bonds are constrained to their parameter set values.

Please read the documentation (cons), and look at some the posts in the Script Archive to get some idea of how this is supposed to be done.

Using CONS FIX on all heavy atoms and leaving only the H atoms free to move is an extremely bad idea, indicating either you have received very bad advice, or have not done the proper amount of study yourself before attempting to use this complex program. Make some effort, and show that you have done so.


Rick Venable
computational chemist

Page 2 of 2 1 2

Moderated by  BRBrooks, lennart, rmv 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5
(Release build 20201027)
Responsive Width:

PHP: 7.3.31-1~deb10u5 Page Time: 0.017s Queries: 25 (0.012s) Memory: 0.7575 MB (Peak: 0.8318 MB) Data Comp: Off Server Time: 2023-12-10 14:04:27 UTC
Valid HTML 5 and Valid CSS