All Projects → jmd-dk → concept

jmd-dk / concept

Licence: GPL-3.0 license
COsmological N-body CodE in PyThon

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to concept

nBody
GPU-accelerated N-Body particle simulator with visualizer.
Stars: ✭ 28 (-54.84%)
Mutual labels:  nbody-simulation
cosmopower
Machine Learning - accelerated Bayesian inference
Stars: ✭ 25 (-59.68%)
Mutual labels:  cosmology
cluster toolkit
Tools for analyzing galaxy clusters.
Stars: ✭ 16 (-74.19%)
Mutual labels:  cosmology
Quijote-simulations
Large suite of N-body simulations
Stars: ✭ 69 (+11.29%)
Mutual labels:  cosmology
deepsphere-cosmo-tf1
A spherical convolutional neural network for cosmology (TFv1).
Stars: ✭ 119 (+91.94%)
Mutual labels:  cosmology
sncosmo
Python library for supernova cosmology
Stars: ✭ 53 (-14.52%)
Mutual labels:  cosmology
negative-mass-simulator
Negative Mass N-body Simulation Codes
Stars: ✭ 57 (-8.06%)
Mutual labels:  nbody-simulation
Bolt.jl
differentiable boltzmann code
Stars: ✭ 29 (-53.23%)
Mutual labels:  cosmology
BlendingToolKit
Tools to create blend catalogs, produce training samples and implement blending metrics
Stars: ✭ 21 (-66.13%)
Mutual labels:  cosmology
SuperNNova
Open Source Photometric classification https://supernnova.readthedocs.io
Stars: ✭ 18 (-70.97%)
Mutual labels:  cosmology
nbodykit
Analysis kit for large-scale structure datasets, the massively parallel way
Stars: ✭ 93 (+50%)
Mutual labels:  cosmology
pystella
A code generator for grid-based PDE solving on CPUs and GPUs
Stars: ✭ 18 (-70.97%)
Mutual labels:  cosmology
HBTplus
HBT+ subhalo finder and merger tree builder, the tool to get you out of mess and back to physics.
Stars: ✭ 12 (-80.65%)
Mutual labels:  cosmology
picca
set of tools for continuum fitting, correlation function calculation, cosmological fits...
Stars: ✭ 27 (-56.45%)
Mutual labels:  cosmology
Barnes-Hut-Simulator
A C++ implementation of the Barnes-Hut-Algorithm.
Stars: ✭ 51 (-17.74%)
Mutual labels:  nbody-simulation
N-body-numerical-simulation
Script written in Python to integrate the equations of motion of N particles interacting with each other gravitationally. The script computes the equations of motion and use scipy.integrate to integrate them. Then it uses matplotlib to visualize the solution.
Stars: ✭ 40 (-35.48%)
Mutual labels:  nbody-simulation
dark emulator public
A cosmological tool for emulation of various basic statistics of dark matter haloes based on Dark Quest project (https://darkquestcosmology.github.io/).
Stars: ✭ 14 (-77.42%)
Mutual labels:  cosmology
C2-Ray3Dm
The 3D version of C2-Ray for multiple sources, hydrogen only
Stars: ✭ 16 (-74.19%)
Mutual labels:  cosmology
ml-in-cosmology
A comprehensive list of published machine learning applications to cosmology
Stars: ✭ 296 (+377.42%)
Mutual labels:  cosmology
astrodash
Deep learning for the automated spectral classification of supernovae
Stars: ✭ 25 (-59.68%)
Mutual labels:  cosmology

CONCEPT

  🚀   Latest release: 1.0.1
  📖   Documentation

Introduction

CONCEPT (COsmological N-body CodE in PyThon) is a free and open-source simulation code for cosmological structure formation. The code should run on any Linux system, from massively parallel computer clusters to laptops. The code is written almost exclusively in Python, but achieves C-like performance through code transformation using a custom transpiler/optimizer and Cython. While highly competitive regarding both performance and accuracy, CONCEPT further strives for ease of use.

CONCEPT is capable of simulating matter particles evolving under self-gravity in an expanding background. It has multiple gravitational solvers to choose from, and has adaptive time integration built in. In addition to particles, the code is further able to evolve fluids at various levels of non-linearity, providing the means for the inclusion of more exotic species such as massive neutrinos, as well as for simulations consistent with general relativistic perturbation theory. Various non-standard species — such as decaying cold dark matter — are fully supported.

CONCEPT comes with a sophisticated initial condition generator built in, and can output snapshots, power spectra and several kinds of renders.

The CLASS code is fully integrated into CONCEPT, supplying the needed information for e.g. initial condition generation and general relativistic corrections.

Code paper

The primary paper on CONCEPT is ‘The cosmological simulation code CONCEPT 1.0’.
Cite this paper if you make use of CONCEPT in a publication.

Getting Started

To get started with CONCEPT, walking through the tutorial is highly recommended. That said, installation can be as simple as

bash <(wget -O- https://raw.githubusercontent.com/jmd-dk/concept/v1.0.1/install)

which installs CONCEPT along with all of its dependencies into a single directory. The installation takes a couple of hours on modern hardware. Should the installation process end prematurely, simply rerun the installation command and it will pick up from where it was.

To run a small sample simulation, navigate to the directory where CONCEPT is installed and invoke

./concept -p param/example_basic -n 2 --local

This will run the simulation defined by the provided example_basic parameter file using 2 processes.

Consult the tutorial and the rest of the documentation for further guidance.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].