Reference/API

Auto generated docs for all exported functions and types.

Types

Functions

SpinAdaptedSecondQuantization.act_on_ketMethod
act_on_ket(::Operator)

All typed extending Operator must overload this function. It should return the expression you end up with after acting the operator on a normal RHF ket.

Example:

$E_{p q} |HF⟩ = (2 δ_{p q} C(p∈O,q∈O) + E_{p q} C(p∈V,q∈O)) |HF⟩$

source
SpinAdaptedSecondQuantization.disable_colorMethod
disable_color()

Disables the coloring of MO-indices to indicate orbital space constraints globally. This will make all constraints be printed explicitly which can make some terms a bit long to read. Color is enabled by default.

source
SpinAdaptedSecondQuantization.disable_colorMethod
disable_color(S)

Disables the coloring for a specific orbital space. This can be useful when dealing with a medium-large number of orbital spaces, and having distinguishable colors is infeasible.

source
SpinAdaptedSecondQuantization.enable_colorMethod
enable_color()

Enables the coloring of MO-indices to indicate orbital space constraints. Color is enabled by default. The default coloring scheme is given by:

  • GeneralOrbital: :nothing
  • OccupiedOrbital: :light_green
  • VirtualOrbital: :cyan
source
SpinAdaptedSecondQuantization.enable_index_tranlationMethod
enable_index_translation()

Enables the translation of summation indices over occupied and virtual to be printed as ijkl... and abcd... respectively instead of pqrs...

By default translated indices lose their subspace coloring to reduce redundant information (unless the index is in an even stricter subspace which requires coloring nevertheless). To re-enable the coloring see enable_color_translated.

This is enabled by default.

source
SpinAdaptedSecondQuantization.set_colorMethod
set_color(S, [color=default_color(S)])

Sets the color of a given orbital space to the specified color, or the default if none is given. Allowed colors are given by the Base.text_colors dict. This includes integers in the range 0-255 which the corresponding colors can be found in this table on Wikipedia.

source

OrbitalSpaces