4
1
mirror of https://github.com/pfloos/quack synced 2024-06-26 15:12:17 +02:00

xcDFT -> eDFT

This commit is contained in:
Pierre-Francois Loos 2019-03-19 11:33:49 +01:00
parent 599182f5e5
commit 3ee4b0855a
69 changed files with 6 additions and 3023 deletions

View File

@ -182,7 +182,7 @@ program QuAcK
call cpu_time(end_HF)
t_HF = end_HF - start_HF
write(*,'(A65,1X,F9.3,A8)') 'Total CPU time for HF = ',t_HF,' seconds'
write(*,'(A65,1X,F9.3,A8)') 'Total CPU time for UHF = ',t_HF,' seconds'
write(*,*)
endif
@ -198,7 +198,7 @@ program QuAcK
call cpu_time(end_HF)
t_HF = end_HF - start_HF
write(*,'(A65,1X,F9.3,A8)') 'Total CPU time for HF = ',t_HF,' seconds'
write(*,'(A65,1X,F9.3,A8)') 'Total CPU time for UHF = ',t_HF,' seconds'
write(*,*)
endif

View File

@ -24,12 +24,12 @@ $(ODIR)/%.o: %.f90
$(ODIR)/%.o: %.f
$(FC) -c -o $@ $< $(FFLAGS)
$(BDIR)/xcDFT: $(OBJ)
$(BDIR)/eDFT: $(OBJ)
$(FC) -o $@ $^ $(FFLAGS) $(LIBS)
debug:
DEBUG=1 make $(BDIR)/xcDFT
#DEBUG=1 make clean $(BDIR)/xcDFT
DEBUG=1 make $(BDIR)/eDFT
#DEBUG=1 make clean $(BDIR)/eDFT
clean:
rm -f $(ODIR)/*.o $(BDIR)/xcDFT $(BDIR)/debug
rm -f $(ODIR)/*.o $(BDIR)/eDFT $(BDIR)/debug

File diff suppressed because it is too large Load Diff