lig: COM ATOMS=2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879
(tools/Grid.cpp:168) GridBase::index_t PLMD::GridBase::getIndex(const
std::vector<unsigned int> &) const
Looking for a value outside the grid along the 0 dimension (arg name: fps.lp)
The above exception was the direct cause of the following exception:
(core/PlumedMain.cpp:972) void PLMD::PlumedMain::justCalculate()
An error happened while calculating funnel
lig: COM ATOMS=2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879
(tools/Grid.cpp:168) GridBase::index_t PLMD::GridBase::getIndex(const
std::vector<unsigned int> &) const
Looking for a value outside the grid along the 0 dimension (arg name: d1)
The above exception was the direct cause of the following exception:
(core/PlumedMain.cpp:972) void PLMD::PlumedMain::justCalculate()
An error happened while calculating metad
我尝试添加了
LOWER_WALLS ARG=d1 AT=-0.03 KAPPA=500000 EXP=2 OFFSET=0 LABEL=dlwall
UPPER_WALLS ARG=d1 AT=8.0 KAPPA=500000 EXP=2 OFFSET=0 LABEL=duwall
然而还是Looking for a value outside the grid along the 0 dimension (arg name: d1)
您能再看看哪里要改嘛作者Author: student0618 时间: 2024-10-30 22:45
metad bias的cv是d1, grid max是0.16 但d1 的uwall是8?(感觉0.16是否错了?) 哪个才对?uwall要小于grid max才能限制他哦?