Skip to content

Commit

Permalink
Update docs/src/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Krastanov <[email protected]>
  • Loading branch information
apkille and Krastanov authored Jul 19, 2024
1 parent 2fbc582 commit 6933f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Below, we state all of the supported linear algebra operations on quantum object

## Simplifying Expressions

For predefined objects such as the Pauli operators `X`, `Y`, and `Z`, manual simplification can be performed with the [`qsimplify`](@ref) function. Take the following example:
For predefined objects such as the Pauli operators `X`, `Y`, and `Z`, additional simplification can be performed with the [`qsimplify`](@ref) function. Take the following example:

```jldoctest
julia> qsimplify(X*Z)
Expand Down

0 comments on commit 6933f36

Please sign in to comment.