@NODE TYPE
- Used when you want to measure one NODE only. That is, the program only simulates the data of one NODE at a time.(ALICE,BOB or EVE)
- Is store as node_type in the fortran code.
- Mainly used in node.f90 / init_node(node_type), but it's not ready yet(2024/08/27).Use None for now.
example
@NODE_TYPE ALICE
Which mean we will simulates the data of ALICE only.