Hi!
I wanted to know what qml.qchem.hf_state actually represents. Because I understand that it is supposed to represent a quantum state in terms of occupation of MOs, but is it ordered in energy ? Meaning that why would qml.qchem.hf_state(5,6) returns [1 1 1 1 1 0] and not say [1 1 0 1 1 1] ?
Because the actually ordering of the electrons depends on the energy of each orbitals, which isn’t indicated in qml.qchem.hf_state(electrons,orbitals).
Thank you for your answer!