updated paths to test data

class-solution
Daniel Pozsar 3 months ago
parent 1b035b82c5
commit 38e258bb5b

@ -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",

@ -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

Loading…
Cancel
Save