aestimosolver / aestimo

Aestimo 1D Schrödinger-Poisson Solver
https://aestimosolver.github.io
GNU General Public License v3.0
50 stars 24 forks source link

Differences between output .dat in aestimo.py and aestimo_eh.py #30

Open mkraman2 opened 3 years ago

mkraman2 commented 3 years ago

Hi, I am wondering why the save_and_plot functions of aestimo.py and aestimo_eh.py are slightly different. First, save_and_plot of aestimo_eh.py saves the 'potn_eh_equi_cond.dat' with an xaxis scaling factor of 1e2, so the unit of the xaxis is no longer meters and is mismatched from other '.dat' files. Is there a reason that the xaxis is has a 1e2 scaling factor for this .dat file? Also, aestimo_eh.py does not save a 'parameters.dat' file as aestimo.py does, which I think would be very useful.

h-hebal commented 3 years ago

Hi, we changed the scale before just to have results compared to other software, we will change it back next in the repository and later in a future release. best regards Le dimanche 27 juin 2021, 19:43:57 UTC+1, Mark @.***> a écrit :

Hi, I am wondering why the save_and_plot functions of aestimo.py and aestimo_eh.py are slightly different. First, save_and_plot of aestimo_eh.py saves the 'potn_eh_equi_cond.dat' with an xaxis scaling factor of 1e2, so the unit of the xaxis is no longer meters and is mismatched from other '.dat' files. Is there a reason that the xaxis is has a 1e2 scaling factor for this .dat file? Also, aestimo_eh.py does not save a 'parameters.dat' file as aestimo.py does, which I think would be very useful.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.