Hi there,
How to use the stored state data from restart file while perform a restart run?
Here is my case.
In the original in file, I use ‘fix aveconfig0x all store/state 0 f_avepos0[1]’ to store the reference configuration of my model after relaxation, where ‘avepos0’ is the output of a 'fix ave/atom ’ command during the relaxation.
To use the variable f_aveconfig0x in the restart run, I tried
- the command ‘fix aveconfig0x all store/state 0 f_avepos0[1]’ in the new in file and got an error said that f_avepos0 is not defined;
- to call the variable ‘f_aveconfig0x’ directly as if it had been defined and got an error said that f_aveconfig0x is not defined.
So, how to use the inital configuration stored in ‘f_aveconfig0x’ ?