Skip to content

Commit

Permalink
Adding 01_intro_tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sachamedaer committed Jun 10, 2020
1 parent 36854b4 commit c8988f9
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/modules_perso.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The domain contains information, i.e. physic's parameters, that will be shared b

Layout
^^^^^^
A Layout allow to build a system by connecting the components to each other via their ports. Morevore, the Layout is managing the propagation of the Domain and Fields through the system.
A Layout allows to build a system by connecting the components to each other via their ports. Moreover, the Layout is managing the propagation of the Domain and Fields through the system.


Simulation Tools
Expand Down
Binary file modified optcom/components/__pycache__/fiber_yb.cpython-37.pyc
Binary file not shown.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@

setuptools.setup(
name="optcom",
version="0.2.2",
version="0.3.0",
author="Sacha Medaer",
author_email="sacha.medaer@optcom.org",
python_requires=">=3.7.0",
description="Optical System Simulator",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/optcom-org/optcom",
download_url='https://github.com/optcom-org/optcom/archive/v0.2.2.tar.gz',
license="Apache",
download_url='https://github.com/optcom-org/optcom/archive/v0.3.0.tar.gz',
license='Apache License 2.0',
packages=setuptools.find_packages(exclude=("tests",)),
include_package_data=True, # controls whether non-code files are copied when package is installed
install_requires=["scipy", "numpy", "matplotlib", "pillow", "pyfftw",
"typing_extensions"],
classifiers=[
"Natural Language :: English",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache 2.0",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
],
Expand Down
401 changes: 401 additions & 0 deletions tutorials/01_intro_tutorial.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tutorials/dummy.txt

This file was deleted.

0 comments on commit c8988f9

Please sign in to comment.