Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gecrooks authored Dec 12, 2020
1 parent 997a2da commit f25e4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ $ pip install -e .

## Example

'''
```
> import quantumflow as qf
> from qf_diamond_norm import diamond_norm
> chan0 = qf.random_channel([0, 1, 2]) # 3-qubit channel
> chan1 = qf.random_channel([0, 1, 2])
> dn = diamond_norm(chan0, chan1)
> print(dn)
'''
```

0 comments on commit f25e4d9

Please sign in to comment.