~rraffiu/siesta/tddft02

« back to all changes in this revision

Viewing changes to Src/units.f90

  • Committer: Rafi Ullah
  • Date: 2017-10-04 14:02:04 UTC
  • Revision ID: rraffiu@gmail.com-20171004140204-zyhdf3ocjs5ymfga
A flag added to chose between matrix inversion options.

* and some cosmetic changes.

modified:

  Docs/siesta.tex
  Src/cranknic_evolg.F90
  Src/cranknic_evolk.F90
  Src/read_options.F90
  Src/siesta_options.F90
  Src/units.f90

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
!  Meter = Ang / 1.0e-10_dp
29
29
!  Pascal = Joule/Meter**2
30
30
!   kBar  = Pascal * 1.0e4
 
31
!  Ryd^-1 (time) = fs/0.04837769
31
32
!   .... and so on.
32
33
 
33
34
  real(dp), parameter :: Ang    = 1._dp / 0.529177_dp
37
38
  real(dp), parameter :: Kelvin = eV / 11604.45_dp
38
39
  real(dp), parameter :: Debye  = 0.393430_dp
39
40
  real(dp), parameter :: amu    = 2.133107_dp
 
41
  real(dp), parameter :: Ryd_time = 1._dp/0.04837769_dp
40
42
 
41
43
! pi to 50 digits
42
44
  real(dp), parameter :: pi = 3.14159265358979323846264338327950288419716939937510_dp