|
MPI-SCATCI
2.0
An MPI version of SCATCI
|

Public Member Functions | |
| procedure, public | construct => construct_core |
| procedure(generic_ecp), deferred | parse_ecp |
| procedure(generic_input), deferred | parse_input |
| procedure(generic_energy), deferred | modify_target_energies |
| procedure, public | modify_ecp_diagonal |
| procedure, public | modify_ecp_diagonal_l2 |
Public Attributes | |
| real(wp), dimension(:,:), allocatable | target_energies |
| real(wp) | l2_ecp_deficit |
| integer | num_target_sym |
| integer, dimension(:), allocatable | num_target_per_symmetries |
| integer, dimension(:), allocatable | spatial_symmetry |
| integer, dimension(:), allocatable | spin_symmetry |
| real(wp) | ground_energy |
Definition at line 36 of file BaseCorePotential_module.f90.
| procedure, public basecorepotential_module::basecorepotential::construct |
Definition at line 45 of file BaseCorePotential_module.f90.
| procedure, public basecorepotential_module::basecorepotential::modify_ecp_diagonal |
Definition at line 49 of file BaseCorePotential_module.f90.
| procedure, public basecorepotential_module::basecorepotential::modify_ecp_diagonal_l2 |
Definition at line 50 of file BaseCorePotential_module.f90.
| procedure(generic_energy), deferred basecorepotential_module::basecorepotential::modify_target_energies |
Definition at line 48 of file BaseCorePotential_module.f90.
| procedure(generic_ecp), deferred basecorepotential_module::basecorepotential::parse_ecp |
Definition at line 46 of file BaseCorePotential_module.f90.
| procedure(generic_input), deferred basecorepotential_module::basecorepotential::parse_input |
Definition at line 47 of file BaseCorePotential_module.f90.
| real(wp) basecorepotential_module::basecorepotential::ground_energy |
Definition at line 43 of file BaseCorePotential_module.f90.
| real(wp) basecorepotential_module::basecorepotential::l2_ecp_deficit |
Definition at line 38 of file BaseCorePotential_module.f90.
| integer, dimension(:), allocatable basecorepotential_module::basecorepotential::num_target_per_symmetries |
Definition at line 40 of file BaseCorePotential_module.f90.
| integer basecorepotential_module::basecorepotential::num_target_sym |
Definition at line 39 of file BaseCorePotential_module.f90.
| integer, dimension(:), allocatable basecorepotential_module::basecorepotential::spatial_symmetry |
Definition at line 41 of file BaseCorePotential_module.f90.
| integer, dimension(:), allocatable basecorepotential_module::basecorepotential::spin_symmetry |
Definition at line 42 of file BaseCorePotential_module.f90.
| real(wp), dimension(:,:), allocatable basecorepotential_module::basecorepotential::target_energies |
Definition at line 37 of file BaseCorePotential_module.f90.