UserDefinedStates
UserDefinedStates
Section States
Type block
Instead of using the ground state as initial state for
time-propagations it might be interesting in some cases
to specify alternate states. Like with user-defined
potentials, this block allows you to specify formulas for
the orbitals at t=0.
Example:
%UserDefinedStates
1 | 1 | 1 | formula | "exp(-r^2)exp(-i0.2*x)" | normalize_yes
%
The first column specifies the component of the spinor, the second column the number of the state and the third contains k-point and spin quantum numbers. Column four indicates that column five should be interpreted as a formula for the corresponding orbital.
Alternatively, if column four states file the state will be read from the file given in column five.
%UserDefinedStates
1 | 1 | 1 | file | "/path/to/file" | normalize_no
%
Octopus reads first the ground-state orbitals from the restart/gs directory. Only the states that are specified in the above block will be overwritten with the given analytic expression for the orbital.
The sixth (optional) column indicates whether Octopus should renormalize the orbital. The default (no sixth column given) is to renormalize.
Options:
- file:
Read initial orbital from file.
Accepted file formats, detected by extension: obf, ncdf and csv (real only).
For csv files, the following formatting rules apply:
The functions in this file read an array from an ascii matrix (csv) file. Format with values "valueXYZ" as follows
File values.csv:
value111 value211 value311 value411 value121 value221 value321 value421 value131 value231 value331 value431
value112 value212 value312 value412 value122 value222 value322 value422 value132 value232 value332 value432
value113 value213 value313 value413 value123 value223 value323 value423 value133 value233 value333 value433
That is, every line scans the x-coordinate, every XY-plane as a table of values and all XY-planes separated by an empty row.
The given matrix is interpolated/stretched to fit the calculation box defined in input file.
Note that there must not be any empty line at the end of the file.
Calculation box shape must be "parallelepiped".
The delimiter can be a tab, a comma or a space.
- formula:
Calculate initial orbital by given analytic expression.
- normalize_yes:
Normalize orbitals (default).
- normalize_no:
Do not normalize orbitals.