Skip to content

Commit

Permalink
feat(spec): introduce Skip mop
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Feb 27, 2024
1 parent 2ef469f commit e099d99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,16 @@ idling and transport include:
}
```

The "Skip" `"mop"` is the empty operation that indicates *do nothing*. It is used in place of operations that will
have no effect on the machine state, such as the global phase operation.

```json5
{
"mop": "Skip",
"duration": None
}
```

## Blocks

In the present version of PHIR/PECOS, blocks serve a dual purpose: they group operations and other blocks, and they
Expand Down

0 comments on commit e099d99

Please sign in to comment.