Skip to content

Commit

Permalink
change the plotting module
Browse files Browse the repository at this point in the history
  • Loading branch information
xh125 committed Sep 17, 2021
1 parent 96a02de commit ccfa68c
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 76 deletions.
1 change: 1 addition & 0 deletions example/Carbyne/LVCSH/lvcsh.bsub
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ done
NP=`cat ${CURDIR}/nodelist |wc -l`


rm -rf sample*
for i in $(seq 1 1 $NP)
do
mkdir sample$i
Expand Down
4 changes: 2 additions & 2 deletions src_complex/lvcsh.f90
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ program lvcsh
psit_e_file,psit_h_file,save_psit, read_psit,&
plot_csit,plot_wsit,plot_psit,&
band_e_file,band_h_file,&
plot_band_occupatin_withtime,plot_LOtemp
plot_band_occupatin_withtime,plot_ph_temp
implicit none

!===============!
Expand Down Expand Up @@ -593,7 +593,7 @@ program lvcsh
call plot_phP(nmodes,nqtotf,nsnap,phPsit)
call plot_phK(nmodes,nqtotf,nsnap,phKsit)
call plot_phU(nmodes,nqtotf,nsnap,phUsit)
call plot_LOtemp(nmodes,nqtotf,nsnap,phKsit,phUsit)
call plot_ph_temp(nmodes,nqtotf,nsnap,phKsit,phUsit)
deallocate(phPsit,phQsit,phKsit,phUsit)


Expand Down
Loading

0 comments on commit ccfa68c

Please sign in to comment.