esa / NIDN

Neural Inverse Design of Nanostructures
GNU General Public License v3.0
37 stars 6 forks source link

Check if number of timesteps is sufficient #74

Closed torbjornstoro closed 2 years ago

torbjornstoro commented 2 years ago

Feature

Desired Behavior / Functionality

Run simulation long enough for steady state

What Needs to Be Done

How Can It Be Tested

Run with wrong timestep :)

torbjornstoro commented 2 years ago

Higher timesteps is required for higher wavelengths

gomezzz commented 2 years ago

Ideally, start with implementig a stupid check like period / total time > something... and if not throw a warning

gomezzz commented 2 years ago

I think this is implemented now, if not feel free to reopen