Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ltnln npm package #33

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2c44aa0
Initial update, Q-Circuit.js
ltnln Jul 14, 2021
7b47d03
Full update
ltnln Jul 14, 2021
3288f31
Revert Q-Gate.js
ltnln Jul 14, 2021
d18a384
Update Q-Gate.js
ltnln Jul 14, 2021
19c4b2e
Revert Q-Gate.js
ltnln Jul 14, 2021
f8e245d
Q-Gate.js update
ltnln Jul 19, 2021
263a124
Update Q-Gate.js
ltnln Jul 19, 2021
884344f
Responses to merge-request comments
ltnln Jul 19, 2021
98e6e18
Merge branch 'ltnln-updates' of https://gitlab.aws.dev/ltnln/q-js int…
ltnln Jul 19, 2021
ef2e919
Responding to comments on merge request
ltnln Jul 19, 2021
465e08e
Reverse bit order of measurements in relation to registers
ltnln Jul 20, 2021
150eab1
Add tests for adding parameters to gate operations, 1-by-1 circuit
ltnln Jul 21, 2021
36d5fa1
Fixed textbox input error
ltnln Jul 21, 2021
354d44c
Create short function that creates new DOM element, adds CSS element,…
ltnln Jul 21, 2021
7908702
Remove references to Q, Q-Gate
ltnln Jul 21, 2021
d17dfa1
Remove references to Q, Q-Matrix
ltnln Jul 21, 2021
542bf90
Split out helper functions for Q.js to Misc.js
ltnln Jul 22, 2021
cc7ecd5
Split up helper functions into categorized modules
ltnln Jul 23, 2021
3872827
Remove references to Q from Q-ComplexNumber.js
ltnln Jul 26, 2021
35577c5
Modularize utility classes of Q.js
ltnln Jul 26, 2021
b85ac8a
Replace Q.REVISION with a constant from Misc.js
ltnln Jul 26, 2021
03d8cfe
MFix errors posited by esLint
ltnln Jul 26, 2021
e09bcdd
Create index.js, npm entry point
ltnln Jul 27, 2021
7290059
Create dispatchEventToGlobal() function to handle where events are di…
ltnln Jul 27, 2021
c268301
Safety Commit
ltnln Jul 27, 2021
93e41f8
Workspace Commit
ltnln Jul 28, 2021
1df265b
Revert to required state
ltnln Jul 28, 2021
b0ac243
Write imports with CommonJS Syntax
Jul 29, 2021
2bde003
Update Q.js
ltnln Jul 29, 2021
4de6afe
Delete Logging.js
ltnln Jul 29, 2021
533c754
Delete Math-Functions.js
ltnln Jul 29, 2021
e72499f
Delete Misc.js
ltnln Jul 29, 2021
2cd6b48
Update Q-Circuit.js
ltnln Jul 29, 2021
c8cbed2
Update Q-ComplexNumber.js
ltnln Jul 29, 2021
5c32d75
Update Q-Gate.js
ltnln Jul 29, 2021
9d9cc67
Update Q-History.js
ltnln Jul 29, 2021
93e81b0
Update Q-Matrix.js
ltnln Jul 29, 2021
8fbb39c
Update Q-Qubit.js
ltnln Jul 29, 2021
dc16051
Update Q-Circuit-Editor.css
ltnln Jul 29, 2021
513a6b4
Delete workspace from master
Jul 29, 2021
05e107f
Create quantum-js-util package
Aug 1, 2021
9367d0a
Remove Q folder. Replacing with packages.
Aug 1, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
notes.txt
.DS_Store
.DS_Store
node_modules
Loading