Skip to content

Commit

Permalink
Need more decimals for big molecules (ANEPPS).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hammond committed Mar 16, 2009
1 parent 9f9bd77 commit 231ebdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tce/ccsd_qr_beta.F
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ subroutine ccsd_qr_beta_eval(omega,d_b0,d_f1,d_v2,d_d1,
4 'are surely wrong.',/)
9440 format(1x,A3,' axis ( ',A4,'symmetry)')
9502 format(1x,'-----------------------------------------------')
9503 format(1x,'beta(',a1,',',a1,',',a1,') = ',f13.7,a)
9503 format(1x,'beta(',a1,',',a1,',',a1,') = ',f18.9,a)
9504 format(1x,'Static Hyperpolarizability')
9505 format(1x,'Second Harmonic Generation (SHG)')
9506 format(1x,'Optical Rectification (OR)')
Expand Down
4 changes: 2 additions & 2 deletions src/tce/tce_energy.F
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logical function tce_energy(rtdb,excitedfragment)
c
c $Id: tce_energy.F,v 1.163 2009-03-05 23:49:21 d3p975 Exp $
c $Id: tce_energy.F,v 1.164 2009-03-16 03:49:57 jhammond Exp $
c
implicit none
#include "mafdecls.fh"
Expand Down Expand Up @@ -8856,7 +8856,7 @@ logical function tce_energy(rtdb,excitedfragment)
9501 format(/,1x,A,' hyperpolarizability / au ')
c Use 9431 for frequency
9502 format(1x,'-----------------------------------------------')
9503 format(1x,'beta(',a1,',',a1,',',a1,') = ',f13.7,a)
9503 format(1x,'beta(',a1,',',a1,',',a1,') = ',f18.9,a)
9504 format(1x,'Static Hyperpolarizability')
9505 format(1x,'Second Harmonic Generation (SHG)')
9506 format(1x,'Optical Rectification (OR)')
Expand Down

0 comments on commit 231ebdf

Please sign in to comment.