diff --git a/test.ipynb b/test.ipynb index 933a369..c267153 100644 --- a/test.ipynb +++ b/test.ipynb @@ -271,9 +271,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hamiltonian and exchange field rotated. Elapsed time: 2.613376875 s\n", + "================================================================================================================================================================\n" + ] + } + ], "source": [ "NO = dh.no # shorthand for number of orbitals in the unit cell\n", "\n", @@ -371,9 +380,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Site and pair dictionaries created. Elapsed time: 2.628747208 s\n", + "================================================================================================================================================================\n" + ] + } + ], "source": [ "# for every site we have to store 3 Greens function (and the associated _tmp-s) in the 3 reference directions\n", "for i, mag_ent in enumerate(magnetic_entities):\n", @@ -477,9 +495,25 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "k loop: 0%| | 0/400 [00:00