I'm trying on MacOS and running the example gives me this error; any idea how I could diagnose what's wrong?
python3 run_sie.py solve Au_sphere_R_75nm
Error: SIENano failed for job.1.xml. See logs/S1.txt
<job>
<label> out/sim1_inc_1 </label>
<mesh> mesh.mesh </mesh>
<wavelength> 400.000000000000 </wavelength>
<domain> (1.000000000000,0.000000000000) (1.0,0.0) </domain>
<domain> (-1.656555765144,5.742792245677) (1.0,0.0) </domain>
<planewave>
<domain> 0 </domain>
<propagation> 0.000000000000 0.000000000000 -1.000000000000 </propagation>
<polarization> -1.000000000000 0.000000000000 0.000000000000 </polarization>
</planewave>
</job>
<subjob>
<label> out/sim1_inc_2 </label>
<dipole>
<location> 75.000000000000 0.000000000000 75.000000000000 </location>
<polarization> -0.707106781187 0.000000000000 0.707106781187 </polarization>
</dipole>
</subjob>
I'm trying on MacOS and running the example gives me this error; any idea how I could diagnose what's wrong?