updated paths to test data

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

@ -51,7 +51,7 @@
"source": [ "source": [
"# this cell mimicks an input file\n", "# this cell mimicks an input file\n",
"fdf = sisl.get_sile(\n", "fdf = sisl.get_sile(\n",
" \"/Users/danielpozsar/Downloads/nojij/Fe3GeTe2/monolayer/soc/lat3_791/Fe3GeTe2.fdf\"\n", " \"./lat3_791/Fe3GeTe2.fdf\"\n",
")\n", ")\n",
"# this information needs to be given at the input!!\n", "# this information needs to be given at the input!!\n",
"scf_xcf_orientation = np.array([0, 0, 1]) # z\n", "scf_xcf_orientation = np.array([0, 0, 1]) # z\n",

@ -20,7 +20,7 @@ start_time = timer()
# this cell mimicks an input file # this cell mimicks an input file
fdf = sisl.get_sile( 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!! # this information needs to be given at the input!!
scf_xcf_orientation = np.array([0, 0, 1]) # z scf_xcf_orientation = np.array([0, 0, 1]) # z

Loading…
Cancel
Save