From 6933f36518b0e4bc6a6824f01dfccd1f5b0d0c42 Mon Sep 17 00:00:00 2001 From: Andrew Kille <68079167+apkille@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:11:56 -0400 Subject: [PATCH] Update docs/src/introduction.md Co-authored-by: Stefan Krastanov --- docs/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/introduction.md b/docs/src/introduction.md index b050917..a6e27e5 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -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)