Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

task 1.7 global phase change was added #177

Merged
merged 15 commits into from
Oct 5, 2019
Prev Previous commit
Next Next commit
Update BasicGates/Tests.qs
Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>
  • Loading branch information
adutchengineer and tcNickolas authored Oct 3, 2019
commit 09187ac2100a954a8c95a35b45c8c8c4f530f0a3
2 changes: 1 addition & 1 deletion BasicGates/Tests.qs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace Quantum.Kata.BasicGates {

// ------------------------------------------------------
operation T14_AmplitudeChange_Test () : Unit {
for (i in 0 .. 36) {
for (i in 0 .. 36) {
let alpha = ((2.0 * PI()) * IntAsDouble(i)) / 36.0;
AssertOperationsEqualReferenced(2, ArrayWrapperOperation(AmplitudeChange(alpha, _), _), ArrayWrapperOperation(AmplitudeChange_Reference(alpha, _), _));
}
Expand Down