artis

3D non-LTE Monte Carlo radiative transfer for supernovae/kilonovae

https://github.com/artis-mcrt/artis

Science Score: 54.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
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary

Keywords

astrophysics monte-carlo radiative-transfer
Last synced: 10 months ago · JSON representation ·

Repository

3D non-LTE Monte Carlo radiative transfer for supernovae/kilonovae

Basic Info
  • Host: GitHub
  • Owner: artis-mcrt
  • License: bsd-3-clause
  • Language: C++
  • Default Branch: develop
  • Homepage:
  • Size: 38.3 MB
Statistics
  • Stars: 17
  • Watchers: 6
  • Forks: 8
  • Open Issues: 10
  • Releases: 17
Topics
astrophysics monte-carlo radiative-transfer
Created about 13 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation Codeowners

README.md

ARTIS

DOI CI

ARTIS (Sim 2007; Kromer & Sim 2009) is a 3D radiative transfer code for Type Ia supernovae using the Monte Carlo method with indivisible energy packets (Lucy 2002). The latest version incorporates polarisation and virtual packets (Bulla et al. 2015), non-LTE physics appropriate for the nebular phase of Type Ia supernovae (Shingles et al. 2020), and alpha- and beta-decays with time-dependent thermalisation (Shingles et al. 2023).

The code is modern C++23 and scales to thousands of CPU cores across multiple node using MPI with shared memory windows on each node. Experimental support is also provided for OpenMP and C++ standard parallelism (for multicore CPU and upcoming GPU targets).

Why is this code available?

The ARTIS source code is available because it forms part of the method used to obtain published scientific results. Those interested in understanding the numerical techniques (in greater detail than the published descriptions) now have access to this code. We anticipate that some developers might find our code useful when building similar simulation codes, and in this case we ask that authors of any derivative works acknowledge and cite the ARTIS collaboration. This is in addition to the legal requirements of attribution and preservation of copyright notices on any substantial copies under the BSD 3-Clause licence.

Can you help me to run the code?

We do not have the resources to support users of the code outside our team of direct collaborators.

Installation and development

Clone the source code repository: sh git clone https://github.com/artis-mcrt/artis.git cd artis For macOS, it's recommend that you install homebrew llvm to get clang-format, clang-tidy, clangd language server and the clang C++ compiler. sh brew install llvm Install an MPI library that provides an mpicxx command, e.g., on macOS: sh brew install open-mpi Install the pre-commit hooks: sh pip install pre-commit pre-commit install For editing, the clangd language server is recommended (e.g., with the VS Code plugin).

License

Distributed under the BSD 3-Clause license. See LICENSE for more information.

Owner

  • Name: ARTIS Monte Carlo Radiative Transfer
  • Login: artis-mcrt
  • Kind: organization

Synthetic light curves and spectra for supernovae and kilonovae

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite Sim (2007) and Kromer & Sim (2009). For specific features, please also cite: polarisation and virtual packets (Bulla et al. 2015), non-LTE populations and the non-thermal solver (Shingles et al. 2020), alpha- and beta-decays and time-dependent thermalisation (Shingles et al. 2023)."
authors:
  - name: ARTIS Collaboration
  - family-names: Sim
    given-names: Stuart
    orcid: https://orcid.org/0000-0002-9774-1192
  - family-names: Kromer
    given-names: Markus
    orcid: https://orcid.org/0000-0003-4380-7536
  - family-names: Shingles
    given-names: Luke J.
    orcid: https://orcid.org/0000-0002-5738-1612
    email: luke.shingles@gmail.com
  - family-names: Bulla
    given-names: Mattia
    orcid: https://orcid.org/0000-0002-8255-5127
  - family-names: Collins
    given-names: Christine E.
    orcid: https://orcid.org/0000-0002-0313-7817
    email: c.collins@gsi.de
  - family-names: Callan
    given-names: Fionntan
    orcid: https://orcid.org/0000-0002-7975-8185
  - family-names: Holas
    given-names: Alexander
    orcid: https://orcid.org/0000-0001-5184-6928
  - family-names: Pollin
    given-names: Joshua
    orcid: https://orcid.org/0009-0005-6989-3198
  - family-names: Leck
    given-names: Gerrit
title: artis
version: v2025.2.17
date-released: 2025-02-17
doi: 10.5281/zenodo.7728326
license: "BSD-3-Clause"
repository-code: 'https://github.com/artis-mcrt/artis'
abstract: >-
 ARTIS (Sim 2007; Kromer & Sim 2009) is a 3D radiative transfer code for Type Ia supernovae using the Monte Carlo method with indivisible energy packets (Lucy 2002). The latest version incorporates polarisation and virtual packets (Bulla et al. 2015), non-LTE physics appropriate for the nebular phase of Type Ia supernovae (Shingles et al. 2020), and alpha- and beta-decays with time-dependent thermalisation (Shingles et al. 2023).

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 4
  • Total pull requests: 56
  • Average time to close issues: 5 minutes
  • Average time to close pull requests: 6 days
  • Total issue authors: 2
  • Total pull request authors: 6
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.16
  • Merged pull requests: 42
  • Bot issues: 3
  • Bot pull requests: 5
Past Year
  • Issues: 4
  • Pull requests: 56
  • Average time to close issues: 5 minutes
  • Average time to close pull requests: 6 days
  • Issue authors: 2
  • Pull request authors: 6
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.16
  • Merged pull requests: 42
  • Bot issues: 3
  • Bot pull requests: 5
Top Authors
Issue Authors
  • renovate[bot] (4)
  • lukeshingles (2)
Pull Request Authors
  • lukeshingles (116)
  • gleck97 (18)
  • fionntancallan (8)
  • renovate[bot] (7)
  • jpollin98 (4)
  • ccollins22 (3)
  • ssim (1)
  • fmcneill49 (1)
  • AlexHls (1)
Top Labels
Issue Labels
Pull Request Labels
refactor (7) dependencies (5) performance (3) CI (3) bug (1) jobscripts (1)

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • jidicula/clang-format-action v4.9.0 composite
.github/workflows/ci-checks.yml actions
  • actions/checkout v3 composite
  • jidicula/clang-format-action v4.11.0 composite