TreeNode Type
A node in a rooted tree. Each node represents one qubit/mode.
Record fields
| Record Field |
Description
|
Children of this node, ordered by index.
|
|
Full Usage:
Index
Field type: int
|
0-based index of this node (= fermionic mode index).
|
Full Usage:
Parent
Field type: int option
|
Parent index, or None for the root.
|