Octopus
kdotp_oct_m Module Reference

Data Types

type  kdotp_t
 

Functions/Subroutines

subroutine, public kdotp_lr_run (system, from_scratch)
 
subroutine kdotp_lr_run_legacy (sys, fromScratch)
 
subroutine kdotp_write_band_velocity (st, periodic_dim, velocity, namespace)
 
subroutine kdotp_write_eff_mass (st, kpoints, kdotp_vars, namespace, periodic_dim)
 
subroutine kdotp_write_degeneracies (st, threshold, namespace)
 
character(len=12) pure function, public int2str (ii)
 

Function/Subroutine Documentation

◆ kdotp_lr_run()

subroutine, public kdotp_oct_m::kdotp_lr_run ( class(*), intent(inout)  system,
logical, intent(in)  from_scratch 
)

Definition at line 183 of file kdotp.F90.

◆ kdotp_lr_run_legacy()

subroutine kdotp_oct_m::kdotp_lr_run_legacy ( type(electrons_t), intent(inout)  sys,
logical, intent(in)  fromScratch 
)
private

Definition at line 201 of file kdotp.F90.

◆ kdotp_write_band_velocity()

subroutine kdotp_oct_m::kdotp_write_band_velocity ( type(states_elec_t), intent(inout)  st,
integer, intent(in)  periodic_dim,
real(real64), dimension(:,:,:), intent(in)  velocity,
type(namespace_t), intent(inout)  namespace 
)
private

Definition at line 603 of file kdotp.F90.

◆ kdotp_write_eff_mass()

subroutine kdotp_oct_m::kdotp_write_eff_mass ( type(states_elec_t), intent(inout)  st,
type(kpoints_t), intent(in)  kpoints,
type(kdotp_t), intent(inout)  kdotp_vars,
type(namespace_t), intent(in)  namespace,
integer, intent(in)  periodic_dim 
)
private

Definition at line 650 of file kdotp.F90.

◆ kdotp_write_degeneracies()

subroutine kdotp_oct_m::kdotp_write_degeneracies ( type(states_elec_t), intent(inout)  st,
real(real64), intent(in)  threshold,
type(namespace_t), intent(in)  namespace 
)
private

Definition at line 705 of file kdotp.F90.

◆ int2str()

character(len=12) pure function, public kdotp_oct_m::int2str ( integer, intent(in)  ii)

Definition at line 760 of file kdotp.F90.