-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- In k_lattice. This is an old issue related to the search of the unit vectors of the BZ grid. I already had changed this part in 2010 but, apparently, it does not work always, like in the surface case of the Fantastic Dimensions tutorial. Therefore I decided to merge the old and new method in a new procedure that, hopefully, will work always. Additions: - Possibility to link FFT different from FFTW for example MKL one see http://www.yambo-code.org/doc/compiling.php Changes: - GLOBAL COPYRIGHT YEAR RANGE change - Various typos fixed - Partial Fix of optical calculations using shifted grids. Eps0 calculated with the shifted grids agree with the calculation with the non-local part of the pseudo. There is still a large prefactor (~70) I could not find the reason of. Also the generation of the grids by ypp has been changed. *** this piece of code is still to test and improve ***
- Loading branch information
1 parent
0c136e6
commit 02e0bab
Showing
312 changed files
with
8,754 additions
and
1,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright (C) 2000-2010 A. Marini and the YAMBO team | ||
# Copyright (C) 2000-2012 A. Marini and the YAMBO team | ||
# http://www.yambo-code.org | ||
# | ||
# This file is distributed under the terms of the GNU | ||
|
@@ -19,11 +19,11 @@ | |
# Software Foundation, Inc., 59 Temple Place - Suite 330,Boston, | ||
# MA 02111-1307, USA or visit http://www.gnu.org/copyleft/gpl.txt. | ||
# | ||
AC_INIT(Yambo, 3.2.4 r.855 , [email protected]) | ||
AC_INIT(Yambo, 3.2.5 r.1015 , [email protected]) | ||
SVERSION="3" | ||
SPATCHLEVEL="2" | ||
SSUBLEVEL="4" | ||
SREVISION="855" | ||
SSUBLEVEL="5" | ||
SREVISION="1015" | ||
AC_SUBST(SVERSION) | ||
AC_SUBST(SPATCHLEVEL) | ||
AC_SUBST(SSUBLEVEL) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.