Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Fix typo in Convenience.qs #659

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chemistry/src/Runtime/JordanWigner/Convenience.qs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace Microsoft.Quantum.Chemistry.JordanWigner {
/// ## qSharpData
/// Hamiltonian described by `JordanWignerEncodingData` format.
/// ## targetError
/// Error of auxillary state preparation step.
/// Error of auxiliary state preparation step.
///
/// # Output
/// A tuple where: `Int` is the number of qubits allocated,
Expand Down