Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| documentation:language_reference:functions:readfplobasisfunctions [2018/09/25 13:41] – created Simon Heinze | documentation:language_reference:functions:readfplobasisfunctions [2025/11/20 03:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ### | ### | ||
| - | alligned paragraph text | + | ReadFPLOBasisFunctions(orbitals, |
| ### | ### | ||
| ===== Input ===== | ===== Input ===== | ||
| - | * bla : Integer | + | * orbitals |
| - | * bla2 : Real | + | * file1 : string |
| + | * file2 : string - optional - if given, relativistic wave functions are assumed where the large part is contained in file1 and the small part in file2 | ||
| ===== Output ===== | ===== Output ===== | ||
| - | * bla : real | + | * list of InterpolatingFunction |
| + | * list of InterpolatingFunction : small part of the wavefunctions if file2 is given, otherwise NULL | ||
| ===== Example ===== | ===== Example ===== | ||
| ### | ### | ||
| - | description text | + | For non-relativistic wave functions the orbitals are labeled " |
| ### | ### | ||
| ==== Input ==== | ==== Input ==== | ||
| <code Quanty Example.Quanty> | <code Quanty Example.Quanty> | ||
| - | -- some example code | + | orbs = {" |
| + | f = ReadFPLOBasisFunctions(orbs," | ||
| + | |||
| + | orbs = {" | ||
| + | G, F = ReadFPLOBasisFunctions(orbs," | ||
| </ | </ | ||
| - | ==== Result ==== | ||
| - | <file Quanty_Output> | ||
| - | text produced as output | ||
| - | </ | ||
| ===== Table of contents ===== | ===== Table of contents ===== | ||
| {{indexmenu> | {{indexmenu> | ||