-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds draft for formula dispersion init function * Adds working diel-func formula dispersion * Adds FormulaIndex dispersion * Adds formula dispersion represenation test * Adds nexus dispersive material load function * Adds grammar file to manifest * Clean unit check for formula dispersion * Removes unecessary code * Regenerate requirements * Adds nexus dispersive material testing files * Dispersions remodelling * Correctly add dispersions via *args * Adds quoting for fitting install in README * Adds converter functions between index and dielectric dispersions * Adds index based adding and fixes rii * Re-enable index based nexus file * Adds parametrization for adding tests * Adds nexus dispersion tests * Fix parameter order in custom sellmeier (#127) * Update discord link * Update discord badge * Adds absolute delta range * Adds support for 0,360 delta range * Return self in `as_delta_range` * Adds tests * Fix parameter order in custom sellmeier Fixes #126 * Fix documentation --------- Co-authored-by: domna <[email protected]> --------- Co-authored-by: Marius Müller <[email protected]>
- Loading branch information
Showing
37 changed files
with
1,331 additions
and
1,132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
recursive-include src/elli/database/refractiveindexinfo-database *.yml | ||
recursive-include src/elli/database/refractiveindexinfo-database *.yml | ||
include src/elli/formula_parser/dispersion_function_grammer.lark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.