diff --git a/examples/ttn_tutorial.ipynb b/examples/ttn_tutorial.ipynb index 226d6c21..8562ef7f 100644 --- a/examples/ttn_tutorial.ipynb +++ b/examples/ttn_tutorial.ipynb @@ -118,7 +118,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "(-0.03300396633148298-0.0029717218725274744j)\n" + "(-0.0007451658924031403-0.0003045225666972526j)\n" ] } ], @@ -221,10 +221,10 @@ "output_type": "stream", "text": [ "Time taken by approximate contraction with bounded chi:\n", - "3.69 seconds\n", + "3.76 seconds\n", "\n", "Lower bound of the fidelity:\n", - "0.364\n" + "0.3502\n" ] } ], @@ -250,10 +250,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "id": "3803bdf2-77c0-4a60-8afe-4933ea3ab75c", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Time taken by approximate contraction with fixed truncation fidelity:\n", + "6.3 seconds\n", + "\n", + "Lower bound of the fidelity:\n", + "0.7621\n" + ] + } + ], "source": [ "start = time()\n", "with CuTensorNetHandle() as libhandle:\n",