Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
documentation:language_reference:functions:readfplobasisfunctions [2018/09/26 13:33] – Martin Brass | documentation:language_reference:functions:readfplobasisfunctions [2018/10/17 11:31] (current) – Martin Brass | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== 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> | ||