mirror of
https://github.com/pfloos/quack
synced 2024-11-05 21:53:56 +01:00
xcDFT -> eDFT
This commit is contained in:
parent
599182f5e5
commit
3ee4b0855a
@ -182,7 +182,7 @@ program QuAcK
|
|||||||
call cpu_time(end_HF)
|
call cpu_time(end_HF)
|
||||||
|
|
||||||
t_HF = end_HF - start_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(*,*)
|
write(*,*)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
@ -198,7 +198,7 @@ program QuAcK
|
|||||||
call cpu_time(end_HF)
|
call cpu_time(end_HF)
|
||||||
|
|
||||||
t_HF = end_HF - start_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(*,*)
|
write(*,*)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -24,12 +24,12 @@ $(ODIR)/%.o: %.f90
|
|||||||
$(ODIR)/%.o: %.f
|
$(ODIR)/%.o: %.f
|
||||||
$(FC) -c -o $@ $< $(FFLAGS)
|
$(FC) -c -o $@ $< $(FFLAGS)
|
||||||
|
|
||||||
$(BDIR)/xcDFT: $(OBJ)
|
$(BDIR)/eDFT: $(OBJ)
|
||||||
$(FC) -o $@ $^ $(FFLAGS) $(LIBS)
|
$(FC) -o $@ $^ $(FFLAGS) $(LIBS)
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
DEBUG=1 make $(BDIR)/xcDFT
|
DEBUG=1 make $(BDIR)/eDFT
|
||||||
#DEBUG=1 make clean $(BDIR)/xcDFT
|
#DEBUG=1 make clean $(BDIR)/eDFT
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(ODIR)/*.o $(BDIR)/xcDFT $(BDIR)/debug
|
rm -f $(ODIR)/*.o $(BDIR)/eDFT $(BDIR)/debug
|
3017
src/xcDFT/dft_grid.f
3017
src/xcDFT/dft_grid.f
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user