![]() |
Octopus
|
Data Types | |
| interface | electrons_t |
| Class describing the electron system. More... | |
Functions/Subroutines | |
| class(electrons_t) function, pointer | electrons_constructor (namespace, grp, calc_mode_id) |
@ brief Instantiate an instance of an electrons system More... | |
| subroutine | electrons_init_interaction (this, interaction) |
| subroutine | electrons_init_parallelization (this) |
| subroutine | electrons_new_algorithm (this, factory) |
| subroutine | electrons_initialize (this) |
| subroutine | electrons_algorithm_start (this) |
| logical function | electrons_do_algorithmic_operation (this, operation, updated_quantities) |
| logical function | electrons_is_tolerance_reached (this, tol) |
| subroutine | electrons_update_quantity (this, label) |
| subroutine | electrons_init_interaction_as_partner (partner, interaction) |
| subroutine | electrons_copy_quantities_to_interaction (partner, interaction) |
| subroutine | electrons_output_start (this) |
| subroutine | electrons_output_write (this) |
| subroutine | electrons_output_finish (this) |
| logical function | electrons_process_is_slave (this) |
| subroutine | electrons_exec_end_of_timestep_tasks (this, prop) |
| subroutine | electrons_restart_write_data (this) |
| logical function | electrons_restart_read_data (this) |
| subroutine | electrons_update_kinetic_energy (this) |
| subroutine | get_fields_from_interaction (this, time) |
| subroutine | electrons_ground_state_run_system (sys, from_scratch) |
| Run a ground state calculation for a system of electrons. More... | |
| subroutine | electrons_finalize (sys) |
|
private |
@ brief Instantiate an instance of an electrons system
Note, to use this as a standalone object, several initialization routines present in run.F90/run may need to be called first.
Definition at line 294 of file electrons.F90.
|
private |
Definition at line 401 of file electrons.F90.
|
private |
Definition at line 465 of file electrons.F90.
|
private |
Definition at line 646 of file electrons.F90.
|
private |
Definition at line 679 of file electrons.F90.
|
private |
Definition at line 705 of file electrons.F90.
|
private |
Definition at line 725 of file electrons.F90.
|
private |
Definition at line 925 of file electrons.F90.
|
private |
Definition at line 937 of file electrons.F90.
|
private |
Definition at line 968 of file electrons.F90.
|
private |
Definition at line 986 of file electrons.F90.
|
private |
Definition at line 1008 of file electrons.F90.
|
private |
Definition at line 1017 of file electrons.F90.
|
private |
Definition at line 1049 of file electrons.F90.
|
private |
Definition at line 1058 of file electrons.F90.
|
private |
Definition at line 1069 of file electrons.F90.
|
private |
Definition at line 1171 of file electrons.F90.
|
private |
Definition at line 1204 of file electrons.F90.
|
private |
Definition at line 1246 of file electrons.F90.
|
private |
Definition at line 1262 of file electrons.F90.
|
private |
Run a ground state calculation for a system of electrons.
Definition at line 1306 of file electrons.F90.
|
private |
Definition at line 1320 of file electrons.F90.