Next: System parameters
Up: Input Parameters
Previous: Input Parameters
Contents
The input file has a few general formatting rules:
- # at the start of a line specifies a comment.
All comments have to be on separate lines.
- Empty lines are ignored.
- Scalar parameters are specified using
Parameter=value
on one line.
- Vector and matrix parameters are specified using
VectorParameter:
value1,value2,value3
and
MatrixParameter:
value11,value12,value13
value21,value22,value23
value31,value32,value33
- Complex numbers
are input using (a,b). E.g.
Parameter=(a,b)
- NumStates and NumCouplingTerms must be specified before any vector or matrix parameters can be input.
The following parameters MUST be specified in the input file to run PHI:
- NumStates
- HierarchyTruncation
Although, specifying only those parameters will allow you to only check memory requirements or print a hierarchy. The minimum parameters for an integration calculation are
- OutputFile
- NumStates
- HierarchyTruncation
- Hamiltonian
- InitialDensityMatrix
- Lambda
- Gamma
- Timestep
- Runlength
http://www.ks.uiuc.edu/Research/phi