Improved formatting for the out.dat file was checked into cvs. I also added a routine to deal with periodic boundaries into dimer.F.
Chain.F no longer prints that it is doing an NEB calculation for regular vasp runs.
I've updated the tar file.
Updated dimer.F
Moderator: moderators
Re: Updated dimer.F
There exists tiny bug at 218, 219 and 300 lines in dimer.F.graeme wrote:Improved formatting for the out.dat file was checked into cvs. I also added a routine to deal with periodic boundaries into dimer.F.
Chain.F no longer prints that it is doing an NEB calculation for regular vasp runs.
I've updated the tar file.
218 line: !subroutine Chain_Init(T_INFO,IO)
219 line: subroutine Dimer_Init(T_INFO,IO)
300 line: end subroutine Chain_Init
What is the subroutine to be defined? Chain_Init or Dimer_Init?
From the tests, I guess that it should be subroutie Dimer_Init. Is it righit?
Thanks!
The name of the main routine has changed over time, and the older names, such as chain_init, are still present as comments in the code.
I've removed the old calls to clearify the code, leaving dimer_init and dimer_force. This is updated in cvs. These changes should not affect the building or running of the dimer method.
I've removed the old calls to clearify the code, leaving dimer_init and dimer_force. This is updated in cvs. These changes should not affect the building or running of the dimer method.
mail test
test