
Wrapper containing several utilities controlling the I/O of wavefunctions
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | first | = | 1 | ||
| integer, | public, | parameter | :: | nlabel | = | 300 | |
| integer, | public | :: | label(2,nlabel) | ||||
| integer, | public | :: | icounter | = | 1 |
Wrapper to write the regular and irregular solutions to disk
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(wavefunction_type) | :: | wavefunction | ||||
| type(CELL_TYPENEW) | :: | cellnew | ||||
| integer | :: | iatom | ||||
| integer | :: | ispin | ||||
| integer | :: | my_rank |
Wrapper to read the regular and irregular solutions from file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(wavefunction_type) | :: | wavefunction | ||||
| type(CELL_TYPENEW) | :: | cellnew | ||||
| integer | :: | iatom | ||||
| integer | :: | ispin |
Retrieves a label to find at which record the target wavefunction is stored in file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | iatom | ||||
| integer | :: | ispin | ||||
| integer | :: | ival |