Skip to content

Commit 745851a

Browse files
author
Greg Wroblewski
committed
Patching GCS ids of examples.
1 parent 6132bd7 commit 745851a

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ Quantum-Computing-Playground
22
============================
33

44
Source code of qcplayground.withgoogle.com.
5+
6+
- enable Google Cloud Datastore API
7+
https://console.developers.google.com/project/apps~quantum-playground-github/apiui/api
8+

js/module.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,18 @@ quantum.App = angular.module('QuantumApp',
159159
* @enum {string}
160160
*/
161161
quantum.App.Examples = {
162-
DEFAULT: '5080491044634624',
163-
QSCRIPT_BASIC: '5090214850592768',
164-
QSCRIPT_SYNTAX: '5118767793176576',
165-
GATES_HADAMARD: '5146118144917504',
166-
QSCRIPT_COMMANDS: '5165166324875264',
167-
GROVERS: '5185026253651968',
168-
SHORS: '5191954035900416',
169-
GATES_REVERSIBLE: '5643440998055936',
170-
WALK_THROUGH: '5653164804014080',
162+
DEFAULT: '2000001',
163+
QSCRIPT_BASIC: '1010001',
164+
QSCRIPT_SYNTAX: '4000001',
165+
GATES_HADAMARD: '5000001',
166+
QSCRIPT_COMMANDS: '3010001',
167+
GROVERS: '1000001',
168+
SHORS: '10001',
169+
GATES_REVERSIBLE: '2000002',
170+
WALK_THROUGH: '3000001',
171171
ANNEALING: '5661458385862656',
172-
ALL_GATES: '5673385510043648',
173-
SHORS_LIBQUANTUM: '5681717746597888',
172+
ALL_GATES: '5000002',
173+
SHORS_LIBQUANTUM: '2',
174174
FREE_6: '5689792285114368',
175175
FREE_7: '5697982787747840',
176176
FREE_8: '5709068098338816',

0 commit comments

Comments
 (0)