Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: manchunyeung
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 174 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.rst

.. image:: https://raw.githubusercontent.com/manchunyeung/wolensing/master/.github/images/wolensing.png
    :align: center

.. image:: https://github.com/manchunyeung/wolensing/actions/workflows/pytest.yaml/badge.svg
    :target: https://github.com/manchunyeung/wolensing/actions/workflows/pytest.yaml

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target: https://github.com/mhycheung/jaxqualin/blob/main/LICENSE

.. image:: https://badgen.net/badge/Read/the doc/blue
    :target: https://wolensing.readthedocs.io/en/latest/

wolensing
=========

``wolensing`` is a software package to simulate lensed gravitational waves. It computes the full wave optics amplification factor within the range of LIGO sensitivity and is compatible with arbitrary lens models. ``wolensing`` also supports jax to accelerate the computation.

Installation
------------

``wolensing`` can be installed with github or pip::

  pip install wolensing


Examples Notebooks
-------------------

Examples notebooks showing the computation of wave optics amplification factor for different lens models and the plots of time delay contour are available at `https://github.com/manchunyeung/wolensing `_



Owner

  • Login: manchunyeung
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Yeung
    given-names: Simon, Man Chun
title: "wolensing"
version: 1.0.0

GitHub Events

Total
  • Push event: 3
Last Year
  • Push event: 3

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 44 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 10
  • Total maintainers: 1
pypi.org: wolensing

A package for computing wave optics amplification factor.

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 44 Last month
Rankings
Dependent packages count: 10.0%
Average: 38.0%
Dependent repos count: 66.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/pytest.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/testPyPl.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • fast_histogram *
  • jax *
  • jaxlib *
  • lenstronomy *
  • matplotlib *
  • numpy >=1.18.1
  • pycbc *
  • scipy >1.4.1
  • tqdm *
requirements.txt pypi
  • fast_histogram *
  • jax *
  • jaxlib ==0.4.20
  • lenstronomy ==1.5.1
  • matplotlib ==3.3.4
  • numpy >=1.18.1
  • pycbc *
  • scipy >=1.4.1
  • tqdm *