|
本帖最后由 双木柳 于 2023-5-28 21:03 编辑
各位老师,我在使用MS做聚合物的动力学(forcite-dynamics)时出现了入下错误:
Dynamics calculation - Deviation in total energy (2.65573e+007 kcal/mol) between successive
steps was greater than the specified maximum (50000 kcal/mol).
Try relaxing the structure with geometry optimization, reducing the time step,
reducing the temperature or a combination of these in Forcite.Dynamics (function/property "Run") at -e line 28.
做的perl脚本是:
my $NVTout=$forcite->Dynamics->Run($doc,Settings(
Ensemble3D=>"NVT",Temperature=>$temperature,
NumberOfSteps=>1e5,TrajectoryFrequency=>1e5,InitialVelocities=>"Random",
CurrentForcefield => "COMPASS",
"3DPeriodicElectrostaticSummationMethod" =>"Group based",
"3DPeriodicvdWSummationMethod"=>"Group based",
"3DPeriodicvdWChargeGroupCubicSplineCutOff"=> 15,
"3DPeriodicvdWChargeGroupCubicSplineWidth" => 1.5,
Pressure=>0.0001,Thermostat=>"NHL"));
|
|