-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- *** BSE/TDDFT beyond the TDA *** It is now possible to calculate TDDFT and BSE response functions beyond the Tamm-Dancoff approximation. The antiresonant and coupling blocks of the Hamiltonians can be computed. The final Dyson equation is, then. solved using diagonalization or the quasi-Hermitian Haydock algorithm proposed in Nano Letters, 9, 2820 (2009) - *** LIBXC support *** This means that Yambo can ALWAYS read GS (abinit) databases generated using libxc. If, in addition, yambo is linked against LIBXC (see --with-libxc-include/--with-libxc-lib options of configure) this is used to evalute DFT xc terms. - *** REAL AXIS GW *** It is now possible to calculate the GW self-energy on the real-axis. This means no plasmon-pole approx and the possibility of calculating electronic lifetimes. In addition the secant (recursive) solver of the Dyson equation has been added. - *** CUBE format *** Added support plot 3D isosurfaces in Gaussian cube format.
- Loading branch information
1 parent
678098b
commit 1795a6a
Showing
92 changed files
with
3,633 additions
and
655 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.2 r.633 , [email protected]) | ||
AC_INIT(Yambo, 3.2.3 r.676 , [email protected]) | ||
SVERSION="3" | ||
SPATCHLEVEL="2" | ||
SSUBLEVEL="2" | ||
SREVISION="633" | ||
SSUBLEVEL="3" | ||
SREVISION="676" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.63 for Yambo 3.2.2 r.633 . | ||
# Generated by GNU Autoconf 2.63 for Yambo 3.2.3 r.676 . | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='Yambo' | ||
PACKAGE_TARNAME='yambo' | ||
PACKAGE_VERSION='3.2.2 r.633 ' | ||
PACKAGE_STRING='Yambo 3.2.2 r.633 ' | ||
PACKAGE_VERSION='3.2.3 r.676 ' | ||
PACKAGE_STRING='Yambo 3.2.3 r.676 ' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="driver/driver.c" | ||
|
@@ -1370,7 +1370,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures Yambo 3.2.2 r.633 to adapt to many kinds of systems. | ||
\`configure' configures Yambo 3.2.3 r.676 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1435,7 +1435,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of Yambo 3.2.2 r.633 :";; | ||
short | recursive ) echo "Configuration of Yambo 3.2.3 r.676 :";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1556,7 +1556,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
Yambo configure 3.2.2 r.633 | ||
Yambo configure 3.2.3 r.676 | ||
generated by GNU Autoconf 2.63 | ||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | ||
|
@@ -1570,7 +1570,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by Yambo $as_me 3.2.2 r.633 , which was | ||
It was created by Yambo $as_me 3.2.3 r.676 , which was | ||
generated by GNU Autoconf 2.63. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -1940,8 +1940,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
SVERSION="3" | ||
SPATCHLEVEL="2" | ||
SSUBLEVEL="2" | ||
SREVISION="633" | ||
SSUBLEVEL="3" | ||
SREVISION="676" | ||
|
@@ -13643,7 +13643,7 @@ exec 6>&1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by Yambo $as_me 3.2.2 r.633 , which was | ||
This file was extended by Yambo $as_me 3.2.3 r.676 , which was | ||
generated by GNU Autoconf 2.63. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -13693,7 +13693,7 @@ Report bugs to <[email protected]>." | |
_ACEOF | ||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_version="\\ | ||
Yambo config.status 3.2.2 r.633 | ||
Yambo config.status 3.2.3 r.676 | ||
configured by $0, generated by GNU Autoconf 2.63, | ||
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | ||
|
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,4 +1,4 @@ | ||
code_version(1)=3 | ||
code_version(2)=2 | ||
code_version(3)=2 | ||
code_revision=633 | ||
code_version(3)=3 | ||
code_revision=676 |
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 +1 @@ | ||
objs = mod_com2y.o mod_wf2y.o | ||
objs = mod_com2y.o mod_wf2y.o mod_xc2y.o |
Oops, something went wrong.