mxr, the maximum number of lattice vectors contained in a sphere used for

Grimme's correction is always at least one (the origin).



git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9272 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
degironc 2012-08-07 16:44:57 +00:00
parent 99c5602ef4
commit 1450b6ef2d
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ MODULE london_module
!
! ... define a gross maximum bound of the mxr size
!
mxr = INT ( ( 2 * ( lon_rcut + alat ) ) ** 3 / omega )
mxr = 1 + INT ( ( 2 * ( lon_rcut + alat ) ) ** 3 / omega )
!
END IF
!