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

Quantum js cli #34

Open
wants to merge 32 commits into
base: ltnln-npm-package
Choose a base branch
from
Open

Quantum js cli #34

wants to merge 32 commits into from

Commits on Aug 5, 2021

  1. Create quantum-js-cli package

    Altan Nagji committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    40ae959 View commit details
    Browse the repository at this point in the history
  2. Create tests for quantum-js-cli runner.js

    Altan Nagji committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    e66857c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Update HTML files to reference bundled Qjs

    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9fa52c3 View commit details
    Browse the repository at this point in the history
  2. Set up build script for bundling css files

    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    788727e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7de83d View commit details
    Browse the repository at this point in the history
  4. Change entry point for quantum-js-util package

    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    105614d View commit details
    Browse the repository at this point in the history
  5. Create quantum-js-vis visualization package for the GUI

    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9692c33 View commit details
    Browse the repository at this point in the history
  6. Adjust help() calls to use logger module

    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    931f168 View commit details
    Browse the repository at this point in the history
  7. Create bundles

    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    54dd31f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from Altanali/quantum-js-vis-branch

    Quantum js vis branch
    Altanali committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    b3f92a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c36ecd9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2 from Altanali/quantum-js-vis-branch

    Update gate to not create default amazonBraketSymbols for gates.
    Altanali committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f6f5551 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1eb9203 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3 from Altanali/quantum-js-vis-branch

    Update bundle.js, no longer creates default AmazonBraketSymbols for Qjs
    Altanali committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e98a7af View commit details
    Browse the repository at this point in the history
  13. Reduce width of palette on creation in a JupyterNotebook via braket()…

    … function
    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    19eff83 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4 from Altanali/quantum-js-vis-branch

    Reduce width of palette on creation in a JupyterNotebook via braket()…
    Altanali committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    50c6ea4 View commit details
    Browse the repository at this point in the history
  15. Reduce width of palette on creation in a JupyterNotebook via braket()…

    … function
    Altan Nagji committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c3c08fa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    059d221 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Correct circuit.clone() variable names and add gate.name and gate.css…

    … as references to set$ method
    Altan Nagji committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    26ad302 View commit details
    Browse the repository at this point in the history
  2. Add Gate.findByNameCss function to Gate class

    Altan Nagji committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    4e46ec2 View commit details
    Browse the repository at this point in the history
  3. RClarify regex usage, user input prompts, and correct circuitBackup g…

    …eneration in evaluateInput() method
    Altan Nagji committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    0a4aec8 View commit details
    Browse the repository at this point in the history
  4. Change prepareCircuit() prompt to clarify that a Number is wanted by …

    …the user
    Altan Nagji committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    fd302f3 View commit details
    Browse the repository at this point in the history
  5. Revert Q.css to original Q.css to remove unicode discrepancies. Updat…

    …e bundle.css to match
    Altan Nagji committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    49b52cd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from Altanali/quantum-js-vis-branch

    Reduce width of palette on creation in a JupyterNotebook via braket()…
    Altanali committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1c99533 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from Altanali/quantum-js-vis-branch

    Quantum js vis branch
    Altanali committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    21ef0ab View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from Altanali/quantum-js-cli

    Quantum js cli
    Altanali committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    ade84d7 View commit details
    Browse the repository at this point in the history
  9. Update set10754() when referred to by gate names/symbols to include p…

    …arameters object as an argument
    Altan Nagji committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    cc37d84 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    afc8355 View commit details
    Browse the repository at this point in the history
  2. Add tests for prepareCircuit(), only from scratch

    Altan Nagji committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    2547699 View commit details
    Browse the repository at this point in the history
  3. Change quantum-js-util entry point to index.js

    Altan Nagji committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    aff2a77 View commit details
    Browse the repository at this point in the history
  4. remove extraneous console.log

    Altan Nagji committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    374e395 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. packages/quantum-js-cli/runner.js

    Altan Nagji committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5608587 View commit details
    Browse the repository at this point in the history