File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace Sample {
15
15
16
16
@EntryPoint()
17
17
operation Main () : (String , Bool )[] {
18
- // A Boolean function is a function that maps bits trings to a bit:
18
+ // A Boolean function is a function that maps bitstrings to a bit:
19
19
// 𝑓 : {0, 1}^n → {0, 1}.
20
20
21
21
// We say that 𝑓 is constant if 𝑓(𝑥⃗) = 𝑓(𝑦⃗) for all bitstrings 𝑥⃗ and
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Sample {
13
13
14
14
@EntryPoint()
15
15
operation Main () : (Result [], Result []) {
16
- // A Boolean function is a function that maps bits trings to a bit:
16
+ // A Boolean function is a function that maps bitstrings to a bit:
17
17
// 𝑓 : {0, 1}^n → {0, 1}.
18
18
19
19
// We say that 𝑓 is constant if 𝑓(𝑥⃗) = 𝑓(𝑦⃗) for all bitstrings 𝑥⃗ and
Original file line number Diff line number Diff line change 2
2
/// Quantum Random Number Generator
3
3
///
4
4
/// # Description
5
- /// This program implements a quantum ranndom number generator by setting qubits
5
+ /// This program implements a quantum random number generator by setting qubits
6
6
/// in superposition and then using the measurement results as random bits.
7
7
namespace Sample {
8
8
open Microsoft .Quantum .Convert ;
Original file line number Diff line number Diff line change 2
2
/// Quantum Random Number Generator
3
3
///
4
4
/// # Description
5
- /// This program implements a quantum ranndom number generator by setting qubits
5
+ /// This program implements a quantum random number generator by setting qubits
6
6
/// in superposition and then using the measurement results as random bits.
7
7
namespace Sample {
8
8
open Microsoft .Quantum .Measurement ;
You can’t perform that action at this time.
0 commit comments