We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf53b9 commit 8c72db1Copy full SHA for 8c72db1
docs/source/tutorials/imag_time_evo.ipynb
@@ -209,16 +209,8 @@
209
},
210
{
211
"cell_type": "code",
212
- "execution_count": 4,
213
- "outputs": [
214
- {
215
- "name": "stderr",
216
- "output_type": "stream",
217
- "text": [
218
- "No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)\n"
219
- ]
220
- }
221
- ],
+ "execution_count": null,
+ "outputs": [],
222
"source": [
223
"def b2s(bit):\n",
224
" return 1 - 2 * int(bit)\n",
@@ -240,11 +232,7 @@
240
232
"Hv = construct_Ham()"
241
233
],
242
234
"metadata": {
243
- "collapsed": false,
244
- "ExecuteTime": {
245
- "end_time": "2023-07-13T02:33:37.975017500Z",
246
- "start_time": "2023-07-13T02:33:37.740165Z"
247
235
+ "collapsed": false
248
236
}
249
237
250
238
0 commit comments