All Projects → Chelsea486MHz → senpai

Chelsea486MHz / senpai

Licence: GPL-3.0 license
Molecular dynamics simulation software

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to senpai

molecules
chemical graph theory library for JavaScript
Stars: ✭ 83 (-33.06%)
Mutual labels:  science, chemistry, cheminformatics
pem-dataset1
Proton Exchange Membrane (PEM) Fuel Cell Dataset
Stars: ✭ 48 (-61.29%)
Mutual labels:  science, chemistry, science-research
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (+732.26%)
Mutual labels:  science, research
Alchemlyb
the simple alchemistry library
Stars: ✭ 52 (-58.06%)
Mutual labels:  science, molecular-dynamics
Gromacswrapper
GromacsWrapper is a python package that wraps system calls to Gromacs tools into thin classes. This allows for fairly seamless integration of the gromacs tools (v4.6.x, v5.x, 2016.x, 2018.x, 2019.x, all with the same Python code) into python scripts.
Stars: ✭ 108 (-12.9%)
Mutual labels:  science, molecular-dynamics
Biolitmap
Code for the paper "BIOLITMAP: a web-based geolocated and temporal visualization of the evolution of bioinformatics publications" in Oxford Bioinformatics.
Stars: ✭ 18 (-85.48%)
Mutual labels:  science, research
Arxiv Equations
🚀 Provides equations in latex format from arxiv paper.
Stars: ✭ 23 (-81.45%)
Mutual labels:  science, research
Covid19 scenarios
Models of COVID-19 outbreak trajectories and hospital demand
Stars: ✭ 1,355 (+992.74%)
Mutual labels:  science, research
Mdanalysis
MDAnalysis is a Python library to analyze molecular dynamics trajectories.
Stars: ✭ 589 (+375%)
Mutual labels:  science, molecular-dynamics
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+1447.58%)
Mutual labels:  science, research
Freud
Powerful, efficient particle trajectory analysis in scientific Python.
Stars: ✭ 118 (-4.84%)
Mutual labels:  science, molecular-dynamics
Lab.js
Online research made easy
Stars: ✭ 140 (+12.9%)
Mutual labels:  science, research
Pydhamed
Dynamic Histogram Analysis To Determine Free Energies and Rates from Biased Simulations
Stars: ✭ 17 (-86.29%)
Mutual labels:  science, molecular-dynamics
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-87.1%)
Mutual labels:  science, research
Gitscience
A curated list of science- and engineering related repositories on GitHub and in neighboring counties
Stars: ✭ 8 (-93.55%)
Mutual labels:  science, chemistry
Pybossa
PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
Stars: ✭ 670 (+440.32%)
Mutual labels:  science, research
Unity Experiment Framework
UXF - Framework for creating human behaviour experiments in Unity
Stars: ✭ 81 (-34.68%)
Mutual labels:  science, research
spinmob
Rapid and flexible acquisition, analysis, fitting, and plotting in Python. Designed for scientific laboratories.
Stars: ✭ 34 (-72.58%)
Mutual labels:  science, science-research
Pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
Stars: ✭ 255 (+105.65%)
Mutual labels:  science, research
Awesome Sentinel
curated list of awesome tools, tutorials and APIs for Copernicus Sentinel satellite data
Stars: ✭ 335 (+170.16%)
Mutual labels:  science, research

SENPAI - Simplified Evolutive N-body Processing and Analytics for Integration

Latest stable release: 1.1

Official SENPAI website

SENPAI is a flexible, highly-configurable molecular dynamics (MD) simulation software aimed at students and academia.

It provides a way to simulate molecular systems of educative and academic interest on devices ranging from personal laptops to purpose-built mainframes.

SENPAI is licensed under the terms of the GPLv3.

SENPAI being used with VMDSENPAI being used with VMD to simulate a urea-ChCl deep eutectic solvent

Keeping it simple

  • Integrated potential reduction: Easily mitigate the issue of "garbage in, garbage out"! If told to do so, SENPAI will reduce the potential energy of the system to a user-selected target value before simulating. SENPAI sequentially runs several algorithms like gradient descent to properly set the system up for simulation.

  • No potential differentiation: Traditional MD simulators compute a particle's total potential and numerically differentiate it to compute the applied force. SENPAI analytically solves for the force vector, resulting in an extreme speedup. Should you prefer numerical potential differentiation, SENPAI offers two different numerical differentiation methods which can be configured as well!

  • No complicated file formats: The MDS, MDM, and MDP file formats developped for SENPAI can be hand-written! No need for special software. Quickly and easily prepare simulations and adjust them with no hassle. Simulations are rendered as XYZ, and can be immediately viewed using existing software without prior conversion!

  • Full C99 compliance, no libraries needed: SENPAI is 100% compliant with the C99 standard. No extra libraries are required!

  • Efficient computing model: the ONICHaN (Optimized Numerical Integration, Classical Harmonics, and N-body) model was tailored for SENPAI over months of work. Inspired by the AMBER family of force fields, it allows SENPAI to compute forces with unprecedented efficiency.

Documentation

Documentation is available on the Official SENPAI website.

Installation Manual

Your first simulation

Creating substrates (MDS files)

Creating models (MDM files)

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