View source on GitHub |
FciGraghSet is the global manager for string mapping. It generalizes
fqe.fci_graph_set.FciGraphSet(
maxparticle: int,
maxspin: int,
params: List[List[int]] = None
) -> None
alphamapping and betamapping in FciGraph and maps between different sectors.
Args | |
---|---|
maxparticle (int) - the maximum particle number difference up to which the sectors are to be linked
maxspin (int) - the maximum spin number difference up to which the sectors are to be linked params (List[List[int]]) - a list of parameter lists. The parameter lists are comprised of
|
Methods
append
append(
graph: "FciGraph"
) -> None
Add an FciGraph object to self._dataset and links it against all the exisiting sectors.
Args | |
---|---|
graph (FciGraph) - a FciGraph object to be appended |
link
link() -> None
Links between all of the sectors in the self._dataset