new shot noise implementation

This commit is contained in:
2024-03-08 11:15:10 +01:00
parent 559c6dfddd
commit 18c471fa25
6 changed files with 146 additions and 49 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "scgenerator"
version = "0.4.7"
version = "0.4.8"
description = "Simulate nonlinear pulse propagation in optical fibers"
readme = "README.md"
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
@@ -35,13 +35,3 @@ ignore = ["E741"]
[tool.ruff.pydocstyle]
convention = "numpy"
[tool.black]
line-length = 100
[tool.isort]
profile = "black"
skip = ["__init__.py"]
[tool.pyright]
pythonVersion = "3.11"