Last commit broke metadynamics - should be fixed now. Anybody knowing

what the option 'phase_space' is supposed to do, and whether it can be
used independently of metadynamics?


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5385 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2009-02-05 16:17:45 +00:00
parent 5367f42e42
commit 3649fd5ac8
1 changed files with 4 additions and 15 deletions

View File

@ -492,9 +492,8 @@ SUBROUTINE iosys()
!
CASE( 'metadyn' )
!
lscf = .TRUE.
lmetadyn = .TRUE.
lcoarsegrained = .TRUE.
lscf = .TRUE.
lmetadyn= .TRUE.
!
CASE DEFAULT
!
@ -879,18 +878,6 @@ SUBROUTINE iosys()
!
ethr = diago_thr_init
!
SELECT CASE( TRIM( phase_space ) )
CASE( 'full' )
!
lcoarsegrained = .FALSE.
!
CASE ( 'coarse-grained' )
!
lcoarsegrained = .TRUE.
!
END SELECT
!
!
IF ( startingpot /= 'atomic' .AND. startingpot /= 'file' ) THEN
!
CALL infomsg( 'iosys', 'wrong startingpot: use default (1)' )
@ -1004,6 +991,8 @@ SUBROUTINE iosys()
!
END SELECT
!
lcoarsegrained = lmetadyn .OR. ( TRIM( phase_space ) == 'coarse-grained' )
!
IF ( lcoarsegrained ) THEN
!
lmd = .TRUE.