Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>
This commit is contained in:
Mathias Soeken 2022-04-14 11:01:32 +02:00 коммит произвёл GitHub
Родитель c8f8d67f8f
Коммит abe71ccf28
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@ namespace Microsoft.Quantum.Canon {
/// # Remarks
/// The following are equivalent:
/// ```qsharp
/// ApplyCNOTChainWithTarget(Most(qs), Last(qs));
/// ApplyCNOTChainWithTarget(Most(qs), Tail(qs));
/// ```
/// and
/// ```qsharp