Octopus
states_elec_restart.F90 File Reference

Go to the source code of this file.

Modules

module  states_elec_restart_oct_m
 This module handles reading and writing restart information for the states_elec_t.
 

Functions/Subroutines

subroutine, public states_elec_restart_oct_m::states_elec_look_and_load (restart, namespace, space, st, mesh, kpoints, is_complex, packed)
 
subroutine, public states_elec_restart_oct_m::states_elec_dump (restart, space, st, mesh, kpoints, ierr, iter, lr, st_start_writing, verbose)
 
subroutine, public states_elec_restart_oct_m::states_elec_load (restart, namespace, space, st, mesh, kpoints, ierr, iter, lr, lowest_missing, label, verbose, skip)
 returns in ierr: <0 => Fatal error, or nothing read =0 => read all wavefunctions >0 => could only read ierr wavefunctions More...
 
subroutine fill_random ()
 
logical function index_is_wrong ()
 
subroutine, public states_elec_restart_oct_m::states_elec_dump_rho (restart, space, st, mesh, ierr, iter)
 
subroutine, public states_elec_restart_oct_m::states_elec_load_rho (restart, space, st, mesh, ierr)
 
subroutine, public states_elec_restart_oct_m::states_elec_dump_frozen (restart, space, st, mesh, ierr)
 
subroutine, public states_elec_restart_oct_m::states_elec_load_frozen (restart, space, st, mesh, ierr)
 
subroutine, public states_elec_restart_oct_m::states_elec_read_user_def_orbitals (mesh, namespace, space, st)
 the routine reads formulas for user-defined wavefunctions from the input file and fills the respective orbitals More...
 
subroutine, public states_elec_restart_oct_m::states_elec_dump_spin (restart, st, ierr)
 
subroutine, public states_elec_restart_oct_m::states_elec_load_spin (restart, st, ierr)
 returns in ierr: <0 => Fatal error, or nothing read =0 => read all wavefunctions >0 => could only read ierr wavefunctions More...
 
subroutine, public states_elec_restart_oct_m::states_elec_transform (st, namespace, space, restart, mesh, kpoints, prefix)
 

Function/Subroutine Documentation

◆ fill_random()

subroutine states_elec_load::fill_random
private

Definition at line 834 of file states_elec_restart.F90.

◆ index_is_wrong()

logical function states_elec_load::index_is_wrong
private

Definition at line 853 of file states_elec_restart.F90.