摘要: 将Materials studio的文件转化为LAMMPS可用的data文件 .\msi2lmp.exe .\Layer -i -frc ..\frc_files\cvff.frc .\msi2lmp.exe .\Layer -c 2 -frc ..\frc_files\pcff.frc 备注:po 阅读全文
posted @ 2026-04-18 20:35 sqzzfb 阅读(15) 评论(0) 推荐(0)
摘要: import MDAnalysis as mda from MDAnalysis.analysis import msd import matplotlib.pyplot as plt import numpy as np import pandas as pd # 1. 加载轨迹文件 # 如果你有 阅读全文
posted @ 2026-05-11 21:54 sqzzfb 阅读(14) 评论(0) 推荐(0)
摘要: units real # timestep 1 fs boundary p p p atom_style full bond_style harmonic angle_style harmonic dihedral_style harmonic improper_style cvff pair_st 阅读全文
posted @ 2026-04-18 20:34 sqzzfb 阅读(9) 评论(0) 推荐(0)