From 057aa05128e845a01de1208ed22313fbb9584fbd Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Sat, 24 Dec 2022 20:42:00 -0500 Subject: [PATCH] add BellMeasurement to API tree Signed-off-by: Stefan Krastanov --- docs/src/API.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/API.md b/docs/src/API.md index 771126557..fbf48a60d 100644 --- a/docs/src/API.md +++ b/docs/src/API.md @@ -21,6 +21,14 @@ There are [convenience constructors for common types of states and operators](@r All of these can be applied on a state with the [`apply!`](@ref) function. Whether they are deterministic and their computational complexity is listed in the table below. A list of lower-level functions for more control over how an operation is performed is also given. +```@raw html + +``` + | Type | Deterministic | 𝒪(nˣ) | Low-level functions |:--|:-:|---|---| |`AbstractOperation `| | | | @@ -49,6 +57,7 @@ All of these can be applied on a state with the [`apply!`](@ref) function. Wheth |` │ ├─ sMY `|❌ | n²| [`projectY!`](@ref) | |` │ └─ sMZ `|❌ | n²| [`projectZ!`](@ref) | |` │ `| | | | +|` ├─ BellMeasurement `|❌ | n²| | |` └─ Reset `|✔️ |kn²| [`reset_qubits!`](@ref)| ## Autogenerated API list