Skip to content

Commit 29f7691

Browse files
deploy: 92513b7
1 parent 86d3a59 commit 29f7691

16 files changed

+102
-57
lines changed

_sources/intro.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ We will display the questions, and first seek answers and thoughts from the coho
1212

1313

1414

15+
16+
17+
1518
%Following is the list of flashcards -
1619
%
1720
%|Lecture | Cards | Quiz |

_sources/material/cards-1.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"source": [
1414
"```{admonition} Lecture 1\n",
1515
"The flash card below is part of the discussion in the tutorial session of lecture 1.\n",
16+
"\n",
17+
"Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren't that important, as is the discussion and the process of interaction.\n",
18+
"\n",
19+
"So please do not try to `learn` the answer beforehand! 😃\n",
1620
"```"
1721
]
1822
},
@@ -324,7 +328,7 @@
324328
],
325329
"source": [
326330
"from jupytercards import display_flashcards\n",
327-
"display_flashcards('./cards_1.json')"
331+
"display_flashcards('./cards_1.json', front_colors=[\"beige\"], back_colors=[\"cyan\"], text_colors=[\"black\"])"
328332
]
329333
}
330334
],

_sources/material/cards-2.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"source": [
1414
"```{admonition} Lecture 2\n",
1515
"The flash card below is part of the discussion in the tutorial session of lecture 2.\n",
16+
"\n",
17+
"Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren't that important, as is the discussion and the process of interaction.\n",
18+
"\n",
19+
"So please do not try to `learn` the answer beforehand! 😃\n",
1620
"```"
1721
]
1822
},
@@ -324,7 +328,7 @@
324328
],
325329
"source": [
326330
"from jupytercards import display_flashcards\n",
327-
"display_flashcards('./cards_2.json')"
331+
"display_flashcards('./cards_2.json', front_colors=[\"beige\"], back_colors=[\"cyan\"], text_colors=[\"black\"])"
328332
]
329333
}
330334
],

_sources/material/cards-3.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"source": [
1414
"```{admonition} Lecture 3\n",
1515
"The flash card below is part of the discussion in the tutorial session of lecture 3.\n",
16+
"\n",
17+
"Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren't that important, as is the discussion and the process of interaction.\n",
18+
"\n",
19+
"So please do not try to `learn` the answer beforehand! 😃\n",
1620
"```"
1721
]
1822
},
@@ -324,7 +328,7 @@
324328
],
325329
"source": [
326330
"from jupytercards import display_flashcards\n",
327-
"display_flashcards('./cards_3.json')"
331+
"display_flashcards('./cards_3.json', front_colors=[\"beige\"], back_colors=[\"cyan\"], text_colors=[\"black\"])"
328332
]
329333
}
330334
],

_sources/material/cards-4.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"source": [
1414
"```{admonition} Lecture 4\n",
1515
"The flash card below is part of the discussion in the tutorial session of lecture 4.\n",
16+
"\n",
17+
"Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren't that important, as is the discussion and the process of interaction.\n",
18+
"\n",
19+
"So please do not try to `learn` the answer beforehand! 😃\n",
1620
"```"
1721
]
1822
},
@@ -324,7 +328,7 @@
324328
],
325329
"source": [
326330
"from jupytercards import display_flashcards\n",
327-
"display_flashcards('./cards_4.json')"
331+
"display_flashcards('./cards_4.json', front_colors=[\"beige\"], back_colors=[\"cyan\"], text_colors=[\"black\"])"
328332
]
329333
}
330334
],

_sources/material/cards-5.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"source": [
1414
"```{admonition} Lecture 5\n",
1515
"The flash card below is part of the discussion in the tutorial session of lecture 5.\n",
16+
"\n",
17+
"Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren't that important, as is the discussion and the process of interaction.\n",
18+
"\n",
19+
"So please do not try to `learn` the answer beforehand! 😃\n",
1620
"```"
1721
]
1822
},
@@ -324,7 +328,7 @@
324328
],
325329
"source": [
326330
"from jupytercards import display_flashcards\n",
327-
"display_flashcards('./cards_5.json')"
331+
"display_flashcards('./cards_5.json', front_colors=[\"beige\"], back_colors=[\"cyan\"], text_colors=[\"black\"])"
328332
]
329333
}
330334
],

_sources/material/cards-6.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"source": [
1414
"```{admonition} Lecture 6\n",
1515
"The flash card below is part of the discussion in the tutorial session of lecture 6.\n",
16+
"\n",
17+
"Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren't that important, as is the discussion and the process of interaction.\n",
18+
"\n",
19+
"So please do not try to `learn` the answer beforehand! 😃\n",
1620
"```"
1721
]
1822
},
@@ -324,7 +328,7 @@
324328
],
325329
"source": [
326330
"from jupytercards import display_flashcards\n",
327-
"display_flashcards('./cards_6.json')"
331+
"display_flashcards('./cards_6.json', front_colors=[\"beige\"], back_colors=[\"cyan\"], text_colors=[\"black\"])"
328332
]
329333
}
330334
],

_sources/material/cards-7.ipynb

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"source": [
1414
"```{admonition} Lecture 7\n",
1515
"The flash card below is part of the discussion in the tutorial session of lecture 7.\n",
16+
"\n",
17+
"Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren't that important, as is the discussion and the process of interaction.\n",
18+
"\n",
19+
"So please do not try to `learn` the answer beforehand! 😃\n",
1620
"```"
1721
]
1822
},
@@ -324,7 +328,7 @@
324328
],
325329
"source": [
326330
"from jupytercards import display_flashcards\n",
327-
"display_flashcards('./cards_7.json')"
331+
"display_flashcards('./cards_7.json', front_colors=[\"beige\"], back_colors=[\"cyan\"], text_colors=[\"black\"])"
328332
]
329333
}
330334
],

material/cards-1.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ <h1>Lecture 1: Demystifying Quantum Computing<a class="headerlink" href="#lectur
341341
<div class="admonition-lecture-1 admonition">
342342
<p class="admonition-title">Lecture 1</p>
343343
<p>The flash card below is part of the discussion in the tutorial session of lecture 1.</p>
344+
<p>Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren’t that important, as is the discussion and the process of interaction.</p>
345+
<p>So please do not try to <code class="docutils literal notranslate"><span class="pre">learn</span></code> the answer beforehand! 😃</p>
344346
</div>
345347
<div class="cell tag_remove-input docutils container">
346348
<div class="cell_output docutils container">
@@ -602,7 +604,7 @@ <h1>Lecture 1: Demystifying Quantum Computing<a class="headerlink" href="#lectur
602604

603605
}
604606

605-
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="BcVUJMhUNYsm" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="BcVUJMhUNYsm-next" onclick="window.checkFlip('BcVUJMhUNYsm')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
607+
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="deMHloFvJDNh" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="deMHloFvJDNh-next" onclick="window.checkFlip('deMHloFvJDNh')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
606608
* swiped-events.js - v1.1.4
607609
* Pure JavaScript swipe events
608610
* https://github.com/john-doherty/swiped-events
@@ -949,14 +951,14 @@ <h1>Lecture 1: Demystifying Quantum Computing<a class="headerlink" href="#lectur
949951

950952

951953
function try_create() {
952-
if(document.getElementById("BcVUJMhUNYsm")) {
953-
createCards("BcVUJMhUNYsm", "True", "False");
954+
if(document.getElementById("deMHloFvJDNh")) {
955+
createCards("deMHloFvJDNh", "True", "False");
954956
} else {
955957
setTimeout(try_create, 200);
956958
}
957959
};
958960

959-
var cardsBcVUJMhUNYsm=[
961+
var cardsdeMHloFvJDNh=[
960962
{
961963
"front": "How does quantum computing (QC) fit alongside classical high-performance computing (HPC) systems & applications?",
962964
"back": "QC will serve as an accelerator in HPC for specific parts of an application, leading to hybrid HPC-QC systems & applications."
@@ -987,9 +989,9 @@ <h1>Lecture 1: Demystifying Quantum Computing<a class="headerlink" href="#lectur
987989
}
988990
]
989991
;
990-
var frontColorsBcVUJMhUNYsm= ["var(--asparagus)", "var(--terra-cotta)", "var(--cyan-process)" ];
991-
var backColorsBcVUJMhUNYsm= ["var(--dark-blue-gray)" ];
992-
var textColorsBcVUJMhUNYsm= ["var(--snow)" ];
992+
var frontColorsdeMHloFvJDNh= ["beige" ];
993+
var backColorsdeMHloFvJDNh= ["cyan" ];
994+
var textColorsdeMHloFvJDNh= ["black" ];
993995
try_create(); </script></div>
994996
</div>
995997
</section>

material/cards-2.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ <h1>Lecture 2: Integrating HPC and Quantum Computing<a class="headerlink" href="
342342
<div class="admonition-lecture-2 admonition">
343343
<p class="admonition-title">Lecture 2</p>
344344
<p>The flash card below is part of the discussion in the tutorial session of lecture 2.</p>
345+
<p>Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren’t that important, as is the discussion and the process of interaction.</p>
346+
<p>So please do not try to <code class="docutils literal notranslate"><span class="pre">learn</span></code> the answer beforehand! 😃</p>
345347
</div>
346348
<div class="cell tag_remove-input docutils container">
347349
<div class="cell_output docutils container">
@@ -603,7 +605,7 @@ <h1>Lecture 2: Integrating HPC and Quantum Computing<a class="headerlink" href="
603605

604606
}
605607

606-
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="mKSijWUZTnfw" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="mKSijWUZTnfw-next" onclick="window.checkFlip('mKSijWUZTnfw')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
608+
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="WajpmLHktzyP" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="WajpmLHktzyP-next" onclick="window.checkFlip('WajpmLHktzyP')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
607609
* swiped-events.js - v1.1.4
608610
* Pure JavaScript swipe events
609611
* https://github.com/john-doherty/swiped-events
@@ -950,14 +952,14 @@ <h1>Lecture 2: Integrating HPC and Quantum Computing<a class="headerlink" href="
950952

951953

952954
function try_create() {
953-
if(document.getElementById("mKSijWUZTnfw")) {
954-
createCards("mKSijWUZTnfw", "True", "False");
955+
if(document.getElementById("WajpmLHktzyP")) {
956+
createCards("WajpmLHktzyP", "True", "False");
955957
} else {
956958
setTimeout(try_create, 200);
957959
}
958960
};
959961

960-
var cardsmKSijWUZTnfw=[
962+
var cardsWajpmLHktzyP=[
961963
{
962964
"front": "Which mode of operating a quantum computing system allows for turning off noise/errors? Why is this possible?",
963965
"back": "Software-based simulation. This is because computational models of noise are included as optional features in the simulators."
@@ -987,9 +989,9 @@ <h1>Lecture 2: Integrating HPC and Quantum Computing<a class="headerlink" href="
987989
"back": "Consider and/or discuss with the cohort and ICHEC staff about one or more of the following: potential partners, candidate use-case(s), high-level application workflow, software tools, access to platforms, and any reference material (scientific articles, white papers, publicly-available demonstrators, etc.)."
988990
}
989991
];
990-
var frontColorsmKSijWUZTnfw= ["var(--asparagus)", "var(--terra-cotta)", "var(--cyan-process)" ];
991-
var backColorsmKSijWUZTnfw= ["var(--dark-blue-gray)" ];
992-
var textColorsmKSijWUZTnfw= ["var(--snow)" ];
992+
var frontColorsWajpmLHktzyP= ["beige" ];
993+
var backColorsWajpmLHktzyP= ["cyan" ];
994+
var textColorsWajpmLHktzyP= ["black" ];
993995
try_create(); </script></div>
994996
</div>
995997
</section>

material/cards-3.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ <h1>Lecture 3: From Bits to Qubits<a class="headerlink" href="#lecture-3-from-bi
342342
<div class="admonition-lecture-3 admonition">
343343
<p class="admonition-title">Lecture 3</p>
344344
<p>The flash card below is part of the discussion in the tutorial session of lecture 3.</p>
345+
<p>Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren’t that important, as is the discussion and the process of interaction.</p>
346+
<p>So please do not try to <code class="docutils literal notranslate"><span class="pre">learn</span></code> the answer beforehand! 😃</p>
345347
</div>
346348
<div class="cell tag_remove-input docutils container">
347349
<div class="cell_output docutils container">
@@ -603,7 +605,7 @@ <h1>Lecture 3: From Bits to Qubits<a class="headerlink" href="#lecture-3-from-bi
603605

604606
}
605607

606-
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="PFFBYQoRwkXj" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="PFFBYQoRwkXj-next" onclick="window.checkFlip('PFFBYQoRwkXj')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
608+
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="LAFgozKpefgU" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="LAFgozKpefgU-next" onclick="window.checkFlip('LAFgozKpefgU')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
607609
* swiped-events.js - v1.1.4
608610
* Pure JavaScript swipe events
609611
* https://github.com/john-doherty/swiped-events
@@ -950,14 +952,14 @@ <h1>Lecture 3: From Bits to Qubits<a class="headerlink" href="#lecture-3-from-bi
950952

951953

952954
function try_create() {
953-
if(document.getElementById("PFFBYQoRwkXj")) {
954-
createCards("PFFBYQoRwkXj", "True", "False");
955+
if(document.getElementById("LAFgozKpefgU")) {
956+
createCards("LAFgozKpefgU", "True", "False");
955957
} else {
956958
setTimeout(try_create, 200);
957959
}
958960
};
959961

960-
var cardsPFFBYQoRwkXj=[
962+
var cardsLAFgozKpefgU=[
961963
{
962964
"front": "Discuss the idea of reversibility in Classical and Quantum Gates",
963965
"back": "Classical gates can in general be irreversible whereas Quantum Gates are always reversible"
@@ -980,9 +982,9 @@ <h1>Lecture 3: From Bits to Qubits<a class="headerlink" href="#lecture-3-from-bi
980982

981983
}
982984
];
983-
var frontColorsPFFBYQoRwkXj= ["var(--asparagus)", "var(--terra-cotta)", "var(--cyan-process)" ];
984-
var backColorsPFFBYQoRwkXj= ["var(--dark-blue-gray)" ];
985-
var textColorsPFFBYQoRwkXj= ["var(--snow)" ];
985+
var frontColorsLAFgozKpefgU= ["beige" ];
986+
var backColorsLAFgozKpefgU= ["cyan" ];
987+
var textColorsLAFgozKpefgU= ["black" ];
986988
try_create(); </script></div>
987989
</div>
988990
</section>

material/cards-4.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ <h1>Lecture 4: Realising Quantum Computing Systems<a class="headerlink" href="#l
342342
<div class="admonition-lecture-4 admonition">
343343
<p class="admonition-title">Lecture 4</p>
344344
<p>The flash card below is part of the discussion in the tutorial session of lecture 4.</p>
345+
<p>Here we display the questions, and first seek answers and thoughts from the cohorts, then we will reveal the answers later. Remember that the answers themselve aren’t that important, as is the discussion and the process of interaction.</p>
346+
<p>So please do not try to <code class="docutils literal notranslate"><span class="pre">learn</span></code> the answer beforehand! 😃</p>
345347
</div>
346348
<div class="cell tag_remove-input docutils container">
347349
<div class="cell_output docutils container">
@@ -603,7 +605,7 @@ <h1>Lecture 4: Realising Quantum Computing Systems<a class="headerlink" href="#l
603605

604606
}
605607

606-
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="BaQuHcnbICzg" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="BaQuHcnbICzg-next" onclick="window.checkFlip('BaQuHcnbICzg')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
608+
</style></div><div class="output text_html"><div style="height:40px"></div><div class="flip-container" id="THrMLlQDSYWs" tabindex="0" style="outline:none;"></div><div style="height:40px"></div><div class="next" id="THrMLlQDSYWs-next" onclick="window.checkFlip('THrMLlQDSYWs')"> </div> <div style="height:40px"></div></div><script type="application/javascript">/*!
607609
* swiped-events.js - v1.1.4
608610
* Pure JavaScript swipe events
609611
* https://github.com/john-doherty/swiped-events
@@ -950,14 +952,14 @@ <h1>Lecture 4: Realising Quantum Computing Systems<a class="headerlink" href="#l
950952

951953

952954
function try_create() {
953-
if(document.getElementById("BaQuHcnbICzg")) {
954-
createCards("BaQuHcnbICzg", "True", "False");
955+
if(document.getElementById("THrMLlQDSYWs")) {
956+
createCards("THrMLlQDSYWs", "True", "False");
955957
} else {
956958
setTimeout(try_create, 200);
957959
}
958960
};
959961

960-
var cardsBaQuHcnbICzg=[
962+
var cardsTHrMLlQDSYWs=[
961963
{
962964
"front": "Discuss the types and sources of noise in a Quantum system",
963965
"back": "There are two types of Quantum noise, coherent and Incoherent noise and in general Quantum Noise can originate out of three interactions. Interactions between Qubit and the enivronment, interactions between the Gate and the Qubit and interactions between qubits themselves."
@@ -980,9 +982,9 @@ <h1>Lecture 4: Realising Quantum Computing Systems<a class="headerlink" href="#l
980982

981983
}
982984
];
983-
var frontColorsBaQuHcnbICzg= ["var(--asparagus)", "var(--terra-cotta)", "var(--cyan-process)" ];
984-
var backColorsBaQuHcnbICzg= ["var(--dark-blue-gray)" ];
985-
var textColorsBaQuHcnbICzg= ["var(--snow)" ];
985+
var frontColorsTHrMLlQDSYWs= ["beige" ];
986+
var backColorsTHrMLlQDSYWs= ["cyan" ];
987+
var textColorsTHrMLlQDSYWs= ["black" ];
986988
try_create(); </script></div>
987989
</div>
988990
</section>

0 commit comments

Comments
 (0)