Skip to content

Commit c79295f

Browse files
shove
1 parent 6bc5c46 commit c79295f

27 files changed

+364
-1158
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ node amplify.js
8989
- If an example entangles two qubits, implement the entanglement as a separate function inside the example.
9090
- If an example uses a qubit or qubit range helper object, implement as a separate function inside the example.
9191

92-
- Keep helper modules as composible and as independent as possible:
92+
- Keep helper modules as composable and as independent as possible:
9393
- For example, converting bit arrays to and from integers and strings is implemented independently from circuits.
9494
- For example, the core circuit implementations are separate from the circuit class used by examples.
9595
- Allows for custom displays and custom debugging and tracing.

examples/_incubate/README.md

-3
This file was deleted.

examples/_incubate/algorithm-simons-basis.js

-74
This file was deleted.

examples/_incubate/algorithm-simons-classical.js

Whitespace-only changes.

examples/_incubate/bernstein–vazirani-classical.js

-61
This file was deleted.

examples/_incubate/bernstein–vazirani-quantum.js

Whitespace-only changes.

examples/_incubate/deutsch-jozsa-oreilly-unofficial.js

-48
This file was deleted.

examples/_incubate/factoring/basis.js

-113
This file was deleted.

examples/_incubate/factoring/classical.js

Whitespace-only changes.

examples/_incubate/factoring/main.js

-48
This file was deleted.

examples/_incubate/factoring/quantum.js

Whitespace-only changes.

0 commit comments

Comments
 (0)