Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Non-linear Schrodinger Equation Solver
Basic Info
Statistics
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Non-linear Schrodinger Equation Solver(NLS)
Description
Package to solve non-linear Schrodinger equation written with Fortran 95 and Python 2.
NLS is scientific package that provides ability to solve effeffectively non-linear schrodinger equation with reservoir. These equation describes exciton-polariton condensation in microcavities. NLS is built on native fortran code and is based on certain natural abstraction layer that wraps native solver. These features are reason that makes calcualtions with NLS fast.
Features
- core written with native Fortran
- wrapped with Python interaface
- [DEV] executables written with native Fortran
- [DEV] support for multithreading computation
- [DEV] support for distributed computation

Usage
Fortran executable
- Change directory to
src/ - Run
make - Change directory to
test/ - Run
makeand then run./test_nls - Change directory to
bin/ - Run
./solvein order to start calculation - Visualize solution with
python2 src/visualize.py
Python module
- Change directory to
src/ - Run
make gluein order to build python lib inbin/directory that incapsulate native code - Use python to import native module in a way
python
from nls.native import nls
print(nls.version())
- Or use python to import python wrap in a way
python
from nls import Problem
model = Problem().model()
model.report()
model.solve()
model.visualize()
model.show()
Testing
Requirements
- Fortran compiler
- Python libraries
numpywithf2pyextension,matplotlib, andscipy.
Credits
© Daniel Bershatsky, 2015-2016
Owner
- Name: Daniel Bershatsky
- Login: daskol
- Kind: user
- Location: Russia, Moscow
- Company: @skoltech-ai
- Website: https://daskol.xyz
- Repositories: 11
- Profile: https://github.com/daskol
GitHub Events
Total
- Watch event: 2
- Delete event: 1
- Push event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Watch event: 2
- Delete event: 1
- Push event: 1
- Pull request event: 2
- Create event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| daskol | d****y@s****u | 100 |
| dependabot[bot] | 4****] | 6 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 4 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.14
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 7
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 13 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (7)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 191 last-month
- Total dependent packages: 0
- Total dependent repositories: 2
- Total versions: 2
- Total maintainers: 1
pypi.org: nls
NLS: Non-Linear Schrodinger equation solver.
- Homepage: https://github.com/daskol/nls
- Documentation: https://nls.readthedocs.io/
- License: MIT
-
Latest release: 0.2.0
published almost 10 years ago
Rankings
Maintainers (1)
Dependencies
- Flask ==1.0.2
- Jinja2 >=2.10.1
- MarkupSafe ==0.23
- Werkzeug ==0.15.3
- cycler ==0.10.0
- itsdangerous ==0.24
- matplotlib *
- numpy *
- pyparsing ==2.1.1
- python-dateutil ==2.5.2
- pytz ==2016.3
- scipy *
- six ==1.10.0