All Projects → franciscovillaescusa → Pylians3

franciscovillaescusa / Pylians3

Licence: MIT license
Libraries to analyze numerical simulations (python3)

Programming Languages

cython
566 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Pylians3

negative-mass-simulator
Negative Mass N-body Simulation Codes
Stars: ✭ 57 (+62.86%)
Mutual labels:  simulations, n-body
simulate
A collection of simulations and visualizations for all sorts of stuff (Majorly Algorithmic or Mathematical)
Stars: ✭ 82 (+134.29%)
Mutual labels:  simulations
NanoFlow
PyTorch implementation of the paper "NanoFlow: Scalable Normalizing Flows with Sublinear Parameter Complexity." (NeurIPS 2020)
Stars: ✭ 63 (+80%)
Mutual labels:  density-estimation
nlexperiment
🐟 R package for NetLogo experiments http://bergant.github.io/nlexperiment/
Stars: ✭ 16 (-54.29%)
Mutual labels:  simulations
normalizing-flows
PyTorch implementation of normalizing flow models
Stars: ✭ 271 (+674.29%)
Mutual labels:  density-estimation
Gumbel-CRF
Implementation of NeurIPS 20 paper: Latent Template Induction with Gumbel-CRFs
Stars: ✭ 51 (+45.71%)
Mutual labels:  density-estimation
PowerSimulations.jl
Julia for optimization simulation and modeling of PowerSystems. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
Stars: ✭ 202 (+477.14%)
Mutual labels:  simulations
Online-Category-Learning
ML algorithm for real-time classification
Stars: ✭ 67 (+91.43%)
Mutual labels:  density-estimation
EmptyDrops2017
Code for the empty droplet and cell detection project from the HCA Hackathon.
Stars: ✭ 16 (-54.29%)
Mutual labels:  simulations
GLM
Code for the General Lake Model
Stars: ✭ 30 (-14.29%)
Mutual labels:  hydrodynamics
euler2d cudaFortran
2nd order Godunov solver for 2d Euler equations written in CUDA Fortran and stdpar (standard paralelism)
Stars: ✭ 24 (-31.43%)
Mutual labels:  hydrodynamics
DeclareDesign
DeclareDesign: Declare and Diagnose Research Designs
Stars: ✭ 92 (+162.86%)
Mutual labels:  simulations
ewstools
Python package for early warning signals (EWS) of bifurcations in time series data.
Stars: ✭ 29 (-17.14%)
Mutual labels:  power-spectrum
pade
Python Agent DEvelopment framework
Stars: ✭ 81 (+131.43%)
Mutual labels:  simulations
neutronics-workshop
A workshop covering a range of fusion relevant analysis and simulations with OpenMC, DAGMC, Paramak and other open source fusion neutronics tools
Stars: ✭ 29 (-17.14%)
Mutual labels:  simulations
naru
Neural Relation Understanding: neural cardinality estimators for tabular data
Stars: ✭ 76 (+117.14%)
Mutual labels:  density-estimation
rsimsum
Analysis of simulation studies including Monte Carlo error
Stars: ✭ 19 (-45.71%)
Mutual labels:  simulations
randomforest-density-python
Random Forests for Density Estimation in Python
Stars: ✭ 24 (-31.43%)
Mutual labels:  density-estimation
Laghos
High-order Lagrangian Hydrodynamics Miniapp
Stars: ✭ 131 (+274.29%)
Mutual labels:  hydrodynamics
KernelEstimator.jl
The julia package for nonparametric density estimate and regression
Stars: ✭ 25 (-28.57%)
Mutual labels:  density-estimation

Pylians3

Pylians stands for Python libraries for the analysis of numerical simulations.

Installation

For the stable version do:

python -m pip install Pylians

For the development version do

git clone https://github.com/franciscovillaescusa/Pylians3.git
cd Pylians3
python -m pip install .

Usage

Pylians3 is a set of python libraries, written in python, cython and C, whose purposes is to facilitate the analysis of numerical simulations (both N-body and hydrodynamic). Among other things, they can be used to:

  • Compute density fields
  • Compute power spectra
  • Compute bispectra
  • Compute correlation functions
  • Identify voids
  • Populate halos with galaxies using an HOD
  • Apply HI+H2 corrections to the output of hydrodynamic simulations
  • Make 21cm maps
  • Compute DLAs column density distribution functions
  • Plot density fields and make movies

Documentation

See here for the detailed documentation.

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].