initial commit

This commit is contained in:
Benoît Sierro
2021-01-28 22:43:54 +01:00
commit bf8e2ec0b1
80 changed files with 61379 additions and 0 deletions

36
setup.cfg Normal file
View File

@@ -0,0 +1,36 @@
[metadata]
name = scgenerator
version = 0.0.1
description = Simulated PCFs and supercontinuum generation !
author = Benoit Sierro
author_email = benoit.sierro@iap.unibe.ch
long_description = file: README.md
long_description_content_type = text/markdown
keywords = supercontinuum, nonlinear optics, GNLSE
license = MIT
classifiers =
License :: OSI Approved :: MIT
Programming Language :: Python :: 3
[options]
zip_safe = False
include_package_data = True
packages = find:
package_dir =
= src
install_requires =
numpy
matplotlib
scipy
ray
[options.package_data]
scgenerator =
data/hr_t.npz
data/default_params.json
data/gas.json
data/silica.json
[options.packages.find]
where = src