License: MIT
| Node | Description |
|---|---|
| cnot | Inverses a boolean value if the control boolean value is true. |
| ccnot | Inverses a boolean value if both control boolean values are true. |
| c-element | Outputs true if and only if all inputs are true, outputs false if and only if all inputs are false, and otherwise retains its state. |
| implies | Outputs true unless only the first input is true. |