Merge branch 'tddfpt' into 'develop'

Removal of TDDFPT/tools completed

See merge request QEF/q-e!1524
This commit is contained in:
Ye Luo 2021-07-30 17:50:04 +00:00
commit 9da20ff778
3 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@ include ../make.inc
default: all
all: bindir tddfpt tddfptools
all: bindir tddfpt
bindir:
if [ ! -d bin ] ; then mkdir bin; fi;
@ -11,12 +11,8 @@ bindir:
tddfpt:
( cd src ; $(MAKE) all || exit 1 )
tddfptools:
( cd tools ; $(MAKE) all || exit 1 )
clean :
( cd src ; $(MAKE) clean ; )
( cd tools ; $(MAKE) clean ; )
doc:
if test -d Doc ; then \

View File

@ -85,7 +85,3 @@ src : The source files
Doc : The manual
Examples : Examples and tests. Each example has its own seperate Makefile.
Refer to the README under this subdirectory for further information.
tools : Various tools:
1) The postprocessing code for calculating absorption spectrum and EELS.
2) A script to recover reduced liouvillian in a format comprehensible to postprocessing
code from the stdout.

View File

@ -745,3 +745,11 @@ stop_lr.o : ../../Modules/noncol.o
stop_lr.o : ../../PW/src/buffers.o
stop_lr.o : ../../PW/src/pwcom.o
stop_lr.o : lr_variables.o
turbo_spectrum.o : ../../Modules/constants.o
turbo_spectrum.o : ../../Modules/environment.o
turbo_spectrum.o : ../../Modules/io_files.o
turbo_spectrum.o : ../../Modules/io_global.o
turbo_spectrum.o : ../../Modules/kind.o
turbo_spectrum.o : ../../Modules/mp_global.o
turbo_spectrum.o : ../../Modules/mp_world.o
turbo_spectrum.o : ../../UtilXlib/mp.o