From 142d584be518280337707b269f7432a23be9d141 Mon Sep 17 00:00:00 2001 From: Marina Walt Date: Tue, 13 Apr 2021 16:45:03 +0000 Subject: [PATCH] fixing rendering issues of latex in ipynb on github --- examples/Simple_VHA_with_qoqo.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/Simple_VHA_with_qoqo.ipynb b/examples/Simple_VHA_with_qoqo.ipynb index b988ac77..83de965b 100644 --- a/examples/Simple_VHA_with_qoqo.ipynb +++ b/examples/Simple_VHA_with_qoqo.ipynb @@ -581,6 +581,13 @@ "delta = final_result.fun - eigenvalues.real[0]\n", "print('Difference between VHA result and exact result: ', \"%.4f\" % delta, '.')" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {