CCEX-1.0.0
Loading...
Searching...
No Matches
Todo List
Member BathArray::bath
Add documentation for cce.in : &Bath tag
Member BathArray::nspin
Add documentation for cce.in : &Bath -> "nspin" tag
Member BathSpin::detuning
Add documentation for cce.in : &Bath -> "bdetuning" tag
Member BathSpin::disorder
Add documentation for cce.in : &Bath -> "disorder" tag
Member BathSpin::gyro
Add documentation for cce.in : &Bath -> gyrofile
Member BathSpin::hypf

Add documentation for cce.in : &Bath -> "Atensorfile" tag

IMPORTANT : The hyperfine interaction to be deleted if QubitArray include the one of the bath spin in A tensor file

Member BathSpin::name [MAX_CHARARRAY_LENGTH]
Add documentation for cce.in : &Bath -> bathfile
Member BathSpin::quad

Above

Add documentation for cce.in : &Bath -> "qtensorfile" tag

IMPORTANT : The quadrupole interaction to be deleted if QubitArray include the one of the bath spin in Q tensor file

Member BathSpin::state

Add documentation for cce.in : &Bath -> "statefile" -> "substatefile" tag

Add documentation for cce.in : &General -> "nstate" and &General -> "seed" tag

Replace the way to get fixed state from reading "file" to using "seed"

Member BathSpin::xyz [3]

Add documentation for cce.in : &Bath -> qtensorfile

When you read quadrupole tensor,

  • you have to get them with unit Hatree/Bohr_radius^2 (QE) -> Think about How to do this
  • you have to get them with unit MHz (VASP) -> Think about How to do this
  • which one is better? -> Think about How to do this

Now, there is no default value for eq. In future, add the information of each spin' eQ in code internally.

Add documentation for cce.in : &Bath -> bathfile

Member Cluster::sK
Hyeonsu should be write this part in detail.
Member Config::method [MAX_CHARARRAY_LENGTH]
add pcce-related description HS_pcce Cluster::method
Page Input File

HJ hfmed and knight input tag information

\Ref other page

JW

JW

JW

\Ref other page

\Ref other page

HJ (Avail only when reading "qubitfile" tag)

HJ (Avail only when reading "qubitfile" tag)

HJ (Avail only when reading "qubitfile" tag)

HJ (Avail only when reading "qubitfile" tag)

Hyeonsu

Hyeonsu

Hyeonsu

Hyeonsu

Hyeonsu

Hyeonsu

Hyeonsu

Member Qubit::alpha
Add documentation for cce.in : &Qubit -> "alphams" and -> "alphastate" tag
Member Qubit::beta
Add documentation for cce.in : &Qubit -> "betams" and -> "betastate" tag
Member Qubit::detuning
Add documentation for cce.in : &Qubit -> "qdetuning" tag
Member Qubit::gyro
Add documentation for cce.in : &Qubit -> "qgyro" tag
Member Qubit::name [MAX_CHARARRAY_LENGTH]
Add documentation for cce.in : &Qubit -> "qname" tag
Member Qubit::overhaus
Add documentation for cce.in : &Qubit -> "qoverhaus" tag
Member Qubit::spin
Add documentation for cce.in : &Qubit -> "qspin" tag
Member Qubit::xyz [3]
Add documentation for cce.in : &Qubit -> "qxyz" tag and qubitfile
Struct QubitArray

Check if the psia, psib, psi0, rho0 is normalied.

alphastate, betastate : currently the value format of this tag in input file is : e.g. alphastate = { e, 1, 0, 0, } but we need to change this format to bracket notation: e,g. alphastate = e |-1> betastate = n1 |+1.5>
betastate = n1 i|-0.5> => generally : alphastate or betastate = qname a|ms> : a is the constant (can be complex number)

initstate : Like above case, we need to change the format of this tag. e.g. initstate = |+1>|1.5>|0.5> - i|+1>|0.5>|-0.5> => generally : initstate = a|ms_1>|ms_2>..|ms_n> + b|ms'_1>|ms'_2>..|ms'_n>

Add doucumentation for qubitarray and cce.in "&Qubit" tag