Pulse class working

The pulse class can iterate through intensity and amplitude whatever the wavelength, The plan is now to change all the parameters into classes
This commit is contained in:
Benoît Sierro
2021-02-08 10:41:15 +01:00
parent bba7298917
commit 13f6e18635
8 changed files with 261 additions and 37 deletions

View File

@@ -35,4 +35,8 @@ scgenerator =
data/silica.json
[options.packages.find]
where = src
where = src
[options.entry_points]
console_scripts =
scgenerator = scgenerator.cli.cli:main