From 03605c060aa2d21c4aa8a023b99f20565bb494b4 Mon Sep 17 00:00:00 2001 From: ysyapa Date: Fri, 7 Apr 2023 00:11:40 -0400 Subject: [PATCH] Clear outputs --- example.ipynb | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/example.ipynb b/example.ipynb index 8b5103f..a8caef4 100644 --- a/example.ipynb +++ b/example.ipynb @@ -2,23 +2,9 @@ "cells": [ { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "ename": "LoadError", - "evalue": "LoadError: invalid redefinition of constant cpu_tensor\nin expression starting at c:\\Users\\yapan\\DVR.jl\\HOperator.jl:4", - "output_type": "error", - "traceback": [ - "LoadError: invalid redefinition of constant cpu_tensor\n", - "in expression starting at c:\\Users\\yapan\\DVR.jl\\HOperator.jl:4\n", - "\n", - "Stacktrace:\n", - " [1] top-level scope\n", - " @ Enums.jl:204" - ] - } - ], + "outputs": [], "source": [ "# prerequisite packages: KrylovKit, TensorOperations, LinearAlgebra, CUDA#tb/cutensor, Plots\n", "include(\"HOperator.jl\")\n", @@ -28,18 +14,9 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - " 4.377701 seconds (5.09 M allocations: 764.743 MiB, 6.09% gc time, 71.04% compilation time: 99% of which was recompilation)\n", - "114 operations : ComplexF32[-7.6208663f0 + 0.0f0im, -3.551723f0 + 0.0f0im, -3.5371912f0 + 0.0f0im, -3.5240355f0 + 0.0f0im, -3.5159583f0 + 0.0f0im, -3.4865863f0 + 0.0f0im, -3.1896422f0 + 0.0f0im, -2.9661055f0 + 0.0f0im]\n" - ] - } - ], + "outputs": [], "source": [ "V_gauss(r2) =\n", " -4 * exp(-r2 / 4)\n", @@ -60,7 +37,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "metadata": {}, "outputs": [], "source": [