Dear support,
But I got huge FES as attached using FES_from_Reweighting.py with the below command
./FES_from_Reweighting.py --kt 0.616033 --sigma 0.01129792112539913 --blocks 20
sigma is the sigma value of last line in KERNELS, kt is for 310 K. The three parameters defined in plumed.dat are as TEMP=310 BARRIER=15 PACE=500
Are there anything wrong with my parameters?
I also got below problems when using ./FES_from_State.py --kt 0.616033 --all_stored
File "./FES_from_State.py", line 69, in <module>
data=pd.read_table(filename,sep='\s+',header=None)
File "/home/tm/anaconda3/lib/python3.8/site-packages/pandas/io/parsers.py", line 689, in read_table
return _read(filepath_or_buffer, kwds)
File "/home/tm/anaconda3/lib/python3.8/site-packages/pandas/io/parsers.py", line 468, in _read
return parser.read(nrows)
File "/home/tm/anaconda3/lib/python3.8/site-packages/pandas/io/parsers.py", line 1057, in read
index, columns, col_dict = self._engine.read(nrows)
File "/home/tm/anaconda3/lib/python3.8/site-packages/pandas/io/parsers.py", line 2061, in read
data = self._reader.read(nrows)
File "pandas/_libs/parsers.pyx", line 756, in pandas._libs.parsers.TextReader.read
File "pandas/_libs/parsers.pyx", line 771, in pandas._libs.parsers.TextReader._read_low_memory
File "pandas/_libs/parsers.pyx", line 827, in pandas._libs.parsers.TextReader._read_rows
File "pandas/_libs/parsers.pyx", line 814, in pandas._libs.parsers.TextReader._tokenize_rows
File "pandas/_libs/parsers.pyx", line 1951, in pandas._libs.parsers.raise_parser_error
pandas.errors.ParserError: Error tokenizing data. C error: Expected 6 fields in line 71454, saw 8
I checked line 71454, it is the headline which is the same (with 6 fields ) as headline of other states. I tried to prosess the first several state, the script works fine. But when I increase the number of state a bit, it gives me errors. The script works fine for the tutorial process on my comptuer. Does anyone have any suggestions for me?
Thanks,
Ming