merlin

Merlin++ Particle Accelerator Simulation Library

https://github.com/merlin-collaboration/merlin

Science Score: 49.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
    Found 3 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 (8.3%) to scientific vocabulary

Keywords

accelerator-physics fcc hl-lhc ilcs lhc merlin particle particle-accelerator simulation tracking
Last synced: 6 months ago · JSON representation

Repository

Merlin++ Particle Accelerator Simulation Library

Basic Info
  • Host: GitHub
  • Owner: Merlin-Collaboration
  • License: gpl-2.0
  • Language: C++
  • Default Branch: master
  • Homepage: http://merlinpp.org/
  • Size: 14.6 MB
Statistics
  • Stars: 17
  • Watchers: 4
  • Forks: 14
  • Open Issues: 0
  • Releases: 2
Topics
accelerator-physics fcc hl-lhc ilcs lhc merlin particle particle-accelerator simulation tracking
Created over 8 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License Citation Authors

README.md

Merlin++ 5.03

DOI

Welcome to Merlin++!! We hope you enjoy your stay. The current version of Merlin++ is 5.02.

The follow provides a very quick build guide. For a full in-depth installation guide please refer to the provided QuickStartGuide.pdf in the Documentation directory.

Building Merlin++

Create a build directory, and cd into it.

To configure, run:

cmake -DCMAKE_BUILD_TYPE=Release $PATH_TO_MERLIN_DIR

for example, if you created the build directory inside the Merlin++ directory,

cmake -DCMAKE_BUILD_TYPE=Release ..

To interactivly configure with more options, run:

ccmake $PATH_TO_MERLIN_DIR

To build run:

make OR make -jN

where 'N' is the number of CPUs available for parallel builds, e.g.

make -j4

The libmerlin.so library will be built in the build directory.

To run a test script to confirm successfull installation run

make test

Success!! Have fun with Merlin++!

Merlin++ Documentation

You can find user information and other documentation in the Documentation directory.

For a full class library definitions and corresponding descriptions, run

make doxygen

You can now find the generated 'doxygen' information in the current build directory.

Owner

  • Name: Merlin++
  • Login: Merlin-Collaboration
  • Kind: organization

Merlin++ is a multi-purpose particle accelerator and particle tracking simulation library

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Dependencies

.github/workflows/build-cmake.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite