trackcpp

Particle tracking code

https://github.com/lnls-fac/trackcpp

Science Score: 67.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

Particle tracking code

Basic Info
  • Host: GitHub
  • Owner: lnls-fac
  • License: gpl-3.0
  • Language: C++
  • Default Branch: master
  • Size: 561 KB
Statistics
  • Stars: 3
  • Watchers: 9
  • Forks: 3
  • Open Issues: 21
  • Releases: 29
Created about 11 years ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

DOI

trackcpp

Particle tracking code

Code check

In order to use clang-tidy, a compile_commands.json file must be present at the root of the repository. In order to generate one and still use make as the build system:

```command

Compile using 'bear -- '

bear -- make -j$(nproc) ```

Owner

  • Name: LNLS Accelerator Physics Group
  • Login: lnls-fac
  • Kind: organization
  • Location: Campinas - SP - Brazil

LNLS Accelerator Physics Group

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:

- family-names: "Resende"
  given-names: "Ximenes"

- family-names: "de Sá"
  given-names: "Fernando Henrique"

title: "Trackcpp. C++ codes for particle tracking in accelerators."
version: v4.10.3
doi: 10.5281/zenodo.10392675
date-released: 2024-01-06
url: "https://github.com/lnls-fac/trackcpp"

GitHub Events

Total
  • Release event: 1
  • Delete event: 4
  • Issue comment event: 10
  • Push event: 18
  • Pull request review comment event: 8
  • Pull request review event: 17
  • Pull request event: 10
  • Create event: 7
Last Year
  • Release event: 1
  • Delete event: 4
  • Issue comment event: 10
  • Push event: 18
  • Pull request review comment event: 8
  • Pull request review event: 17
  • Pull request event: 10
  • Create event: 7

Dependencies

.github/workflows/lint.yml actions
  • actions/checkout v2 composite
python_package/setup.py pypi