Skip to content

Commit

Permalink
Fix typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpoulos committed Oct 23, 2024
1 parent 7025c54 commit 95875ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qualang_tools/wirer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ instruments.add_octave(indices=[1, 3, 8])
```
```python
# Disjoint OPX+ and Octave addressing
instruments.add_opx_plus(controllers=[2, 5])
instruments.add_octave(indices=[1, 3, 8])
instruments.add_lf_fem(controller=3, slots=[2, 4])
instruments.add_mw_fem(controller=3, slots=[1, 7])
```

## Connectivity
Expand Down

0 comments on commit 95875ea

Please sign in to comment.