Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwroblew/Quantum-Computing-Playground
Source code of quantumplayground.net.
https://github.com/gwroblew/Quantum-Computing-Playground
Last synced: about 2 months ago
JSON representation
Source code of quantumplayground.net.
- Host: GitHub
- URL: https://github.com/gwroblew/Quantum-Computing-Playground
- Owner: gwroblew
- License: apache-2.0
- Created: 2014-06-24T17:24:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T22:02:08.000Z (over 8 years ago)
- Last Synced: 2024-02-15T09:37:02.297Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.65 MB
- Stars: 109
- Watchers: 19
- Forks: 63
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quantum-software - Quantum-computing-playground - Browser-based simple IDE interface to run, visualize and debug quantum programs. (Quantum simulators)
README
Quantum-Computing-Playground
============================Source code of quantumplayground.net.
To deploy your own copy of Quantum Computing Playground:
- fork GitHub project
- create Google AppEngine project (https://console.developers.google.com/project -> "Create Project")
- enable Google Cloud Datastore API (APIS & AUTH -> APIs -> Google Cloud Datastore API -> "On")
- link your GitHub project to GAE project (Source Code -> Releases -> Update -> "Configure Your Repository" -> "Connect a GitHub repo")At this point each push into your GitHub project should initiate AppEngine deployment and the website will be accessible under: http://your-project-name.appspot.com
To populate examples create new scripts manually, record script identifiers from the playground URL, then paste them in module.js (see: https://github.com/gwroblew/Quantum-Computing-Playground/commit/745851aa9b466fdc4ef186cf26f8f99ca2d522fc).