I am trying to run a CP2K molecular dynamics simulation where specific bond lengths should remain fixed. Based on the documentation, SHAKE should be used, but I keep encountering errors when defining it under &CONSTRAINT or &MD.
Here is my attempt:
However, CP2K returns an error:
I also tried defining SHAKE within &MD, but CP2K does not recognize that either.
What is the correct way to fix bond lengths using SHAKE in CP2K? If SHAKE is not supported in the latest versions, what alternative approach should I use?
Thank you for any suggestion and help
&MOTION
&CONSTRAINT
&COLLECTIVE
COLVAR 1
MOLECULE 1
TARGET 1.9275
&END COLLECTIVE
.....
The Shake and Rattle algorithm is used to enforce it.
Regards