Skip to content
Discussion options

You must be logged in to vote

There is an extra sign to keep track of, corresponding to PySCF's convention:

|αβ00⟩ = -1 * S0- * S1+ |βα00⟩

because

|αβ00⟩ = α0† β1† |vac⟩
|βα00⟩ = α1† β0† |vac⟩

That is to say, the absolute normal order defined in the FCI module of PySCF is spin-major, spatial-minor. All of the β electron creation operators are to the right of the α electron creation operators, regardless of the spatial orbital they operate on. This corresponds to the data structure of FCI vectors in PySCF, in which the rows are different α determinants and the columns are different β determinants.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@LunarDu5t
Comment options

@MatthewRHermes
Comment options

@LunarDu5t
Comment options

Answer selected by LunarDu5t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants