diff --git a/test.ipynb b/test.ipynb index 0df2a1f..53180d8 100644 --- a/test.ipynb +++ b/test.ipynb @@ -51,7 +51,7 @@ "source": [ "# this cell mimicks an input file\n", "fdf = sisl.get_sile(\n", - " \"/Users/danielpozsar/Downloads/nojij/Fe3GeTe2/monolayer/soc/lat3_791/Fe3GeTe2.fdf\"\n", + " \"./lat3_791/Fe3GeTe2.fdf\"\n", ")\n", "# this information needs to be given at the input!!\n", "scf_xcf_orientation = np.array([0, 0, 1]) # z\n", diff --git a/test.py b/test.py index 85a27b9..2a5d9c5 100644 --- a/test.py +++ b/test.py @@ -20,7 +20,7 @@ start_time = timer() # this cell mimicks an input file fdf = sisl.get_sile( - "/Users/danielpozsar/Downloads/nojij/Fe3GeTe2/monolayer/soc/lat3_791/Fe3GeTe2.fdf" + "./lat3_791/Fe3GeTe2.fdf" ) # this information needs to be given at the input!! scf_xcf_orientation = np.array([0, 0, 1]) # z