Parameters for calculating estimatedHamiltonian¶
calculation.estimatedHamiltonian.method¶
key word |
: |
calculation.estimatedHamiltonian.method |
possible values |
: |
Shepard |
default value |
: |
Shepard |
description |
: |
The interpolation method used to estimate the |
Hamiltonian. |
||
an example |
: |
calculation.estimatedHamiltonian.method = Shepard |
calculation.estimatedHamiltonian.leadsVoltage¶
key word |
: |
calculation.estimatedHamiltonian.leadsVoltage |
possible values |
: |
n by 1 or 1 by n double array, where n is the number of |
leads. |
||
default value |
: |
no default value |
description |
: |
The Hamiltonian of the system with given applied |
voltages will be estimated. |
||
an example |
: |
calculation.estimatedHamiltonian.leadsVoltage = [0 0.5] |