|
| subroutine, public | atom_init (this, dim, label, species) |
| |
| subroutine | atom_copy (atom_out, atom_in) |
| |
| impure elemental subroutine | atom_finalize (this) |
| |
| pure character(len=len_trim(adjustl(this%label))) function | atom_get_label (this) |
| | Getter for label attribute. More...
|
| |
| subroutine, public | atom_set_species (this, species) |
| |
| subroutine, public | atom_get_species (this, species) |
| |
| elemental logical function | atom_same_species_aa (this, that) |
| |
| elemental logical function | atom_same_species_as (this, species) |
| |
| pure logical function, public | all_species_are_jellium_slab (atom) |
| | Check if all species are jellium slab. More...
|
| |
| pure logical function, public | any_species_is_jellium_sphere (atom) |
| | Check if any species is a jellium sphere. More...
|
| |