created
Method of Fbit.
created(const integer site) -> Fbit
Returns a copy of the product state on which the creation operator was applied.
Applies the creation operator on the product state, keeping track of the phase factor due to fermionic particle exchanges.
Parameters
- site: The site index.
Example
Fbit("0101").created(0) // Returns (1 + 0i)|1101>
Fbit("1101").created(1) // Returns (0 + 0i)|1101>
Fbit("1110").created(3) // Returns (-1 + 0i)|1111>