Skip to content

Instantly share code, notes, and snippets.

View Siriusitzy's full-sized avatar

Yu-Hang Tang Siriusitzy

View GitHub Profile
@Siriusitzy
Siriusitzy / Battery Material Group Tutorial 1.md
Last active August 15, 2025 05:13
Tutorial doc about Electrolyte System Modeling and Classical MD Workflow

Electrolyte System Modeling and Classical MD Workflow

This tutorial provides a step-by-step guide for modeling electrolyte solutions and running classical molecular dynamics (MD) simulations. It is aimed at beginners and covers environment setup, required software installation, molecular modeling, simulation script preparation, job submission, and data analysis. Please follow each step closely and refer to documentation or community resources when needed.


Table of Contents

  1. Environment Setup and Software Installation
  2. Detailed Modeling Workflow
@Siriusitzy
Siriusitzy / deepmd-v3_installation_ikkem.sh
Last active May 26, 2025 03:32
IKKEM 一键安装DeePMD-kit 3.1.0a 免编译lammps (from ChiahsinChu)
#!/bin/bash
set -e
EVN_NAME=deepmd_dpa3
module purge
# download deepmd-kit v3.1.0a0
if [ ! -d ./deepmd-kit ]; then
git clone https://github.com/deepmodeling/deepmd-kit.git -b v3.1.0a0