Skip to content

Commit 8c72db1

Browse files
committed
update imag_time_evo.ipynb
1 parent acf53b9 commit 8c72db1

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

docs/source/tutorials/imag_time_evo.ipynb

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,8 @@
209209
},
210210
{
211211
"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-
],
212+
"execution_count": null,
213+
"outputs": [],
222214
"source": [
223215
"def b2s(bit):\n",
224216
" return 1 - 2 * int(bit)\n",
@@ -240,11 +232,7 @@
240232
"Hv = construct_Ham()"
241233
],
242234
"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
248236
}
249237
},
250238
{

0 commit comments

Comments
 (0)