Skip to content

Commit

Permalink
Error if any frequencies are smaller than 1e5 Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
momchil-flex committed Dec 6, 2023
1 parent 8d620e6 commit 914790f
Show file tree
Hide file tree
Showing 37 changed files with 157 additions and 16,158 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Credit cost for remote mode solver has been modified to be defined in advance based on the mode solver details. Previously, the cost was based on elapsed runtime. On average, there should be little difference in the cost.
- Mode solves that are part of an FDTD simulation (i.e. for mode sources and monitors) are now charged at the same flex credit cost as a corresponding standalone mode solver call.
- Any `FreqMonitor.freqs` or `Source.source_time.freq0` smaller than `1e5` now raise an error as this must be incorrect setup that is outside the Tidy3D intended range (note default frequency is `Hz`).

### Fixed

Expand Down
Loading

0 comments on commit 914790f

Please sign in to comment.