新建
[WIP]DOAS在无定形结构分析中的运用
shenh@dp.tech
推荐镜像 :Basic Image:bohrium-notebook:2023-04-07
推荐机型 :c2_m4_cpu
赞 1
1
目录
数据集
doasdata(v1)
[WIP]DOAS在无定形结构分析中的运用
代码
文本
[1]
## 导入所需要的库
from dpdata import System
import os
import shutil
from pathlib import Path
import glob
from dpdispatcher import Machine, Resources, Task, Submission
import matplotlib.pyplot as plt
import numpy as np
from tqdm import tqdm, trange
代码
文本
0. 本notebook准备的数据集
在这个notebook中我们将会对lammps的轨迹文件进行操作,因此准备有轨迹文件;同时还需要对轨迹中选取的frame进行结构优化,也准备了优化完成的若干frame的lammps输出文件。
代码
文本
[2]
!mv /bohr/doas-2hau/v1/doasdata.tar.gz ./
!tar xvf doasdata.tar.gz
mv: failed to preserve ownership for './doasdata.tar.gz': Operation not permitted mv: cannot remove '/bohr/doas-2hau/v1/doasdata.tar.gz': Read-only file system notedata/ notedata/frames/ notedata/frames/lmp-0/ notedata/frames/lmp-0/dump.atom_energy notedata/frames/lmp-0/in.lmp notedata/frames/lmp-0/lmp.data notedata/frames/lmp-0/log.lammps notedata/frames/lmp-0/output_data.txt notedata/frames/lmp-0/test.py notedata/frames/lmp-1/ notedata/frames/lmp-1/dump.atom_energy notedata/frames/lmp-1/in.lmp notedata/frames/lmp-1/lmp.data notedata/frames/lmp-1/log.lammps notedata/frames/lmp-1/output_data.txt notedata/frames/lmp-1/test.py notedata/frames/lmp-10/ notedata/frames/lmp-10/dump.atom_energy notedata/frames/lmp-10/in.lmp notedata/frames/lmp-10/lmp.data notedata/frames/lmp-10/log.lammps notedata/frames/lmp-10/output_data.txt notedata/frames/lmp-10/test.py notedata/frames/lmp-100/ notedata/frames/lmp-100/dump.atom_energy notedata/frames/lmp-100/in.lmp notedata/frames/lmp-100/lmp.data notedata/frames/lmp-100/log.lammps notedata/frames/lmp-100/output_data.txt notedata/frames/lmp-100/test.py notedata/frames/lmp-101/ notedata/frames/lmp-101/dump.atom_energy notedata/frames/lmp-101/in.lmp notedata/frames/lmp-101/lmp.data notedata/frames/lmp-101/log.lammps notedata/frames/lmp-101/output_data.txt notedata/frames/lmp-101/test.py notedata/frames/lmp-102/ notedata/frames/lmp-102/dump.atom_energy notedata/frames/lmp-102/in.lmp notedata/frames/lmp-102/lmp.data notedata/frames/lmp-102/log.lammps notedata/frames/lmp-102/output_data.txt notedata/frames/lmp-102/test.py notedata/frames/lmp-103/ notedata/frames/lmp-103/dump.atom_energy notedata/frames/lmp-103/in.lmp notedata/frames/lmp-103/lmp.data notedata/frames/lmp-103/log.lammps notedata/frames/lmp-103/output_data.txt notedata/frames/lmp-103/test.py notedata/frames/lmp-104/ notedata/frames/lmp-104/dump.atom_energy notedata/frames/lmp-104/in.lmp notedata/frames/lmp-104/lmp.data notedata/frames/lmp-104/log.lammps notedata/frames/lmp-104/output_data.txt notedata/frames/lmp-104/test.py notedata/frames/lmp-105/ notedata/frames/lmp-105/dump.atom_energy notedata/frames/lmp-105/in.lmp notedata/frames/lmp-105/lmp.data notedata/frames/lmp-105/log.lammps notedata/frames/lmp-105/output_data.txt notedata/frames/lmp-105/test.py notedata/frames/lmp-106/ notedata/frames/lmp-106/dump.atom_energy notedata/frames/lmp-106/in.lmp notedata/frames/lmp-106/lmp.data notedata/frames/lmp-106/log.lammps notedata/frames/lmp-106/output_data.txt notedata/frames/lmp-106/test.py notedata/frames/lmp-107/ notedata/frames/lmp-107/dump.atom_energy notedata/frames/lmp-107/in.lmp notedata/frames/lmp-107/lmp.data notedata/frames/lmp-107/log.lammps notedata/frames/lmp-107/output_data.txt notedata/frames/lmp-107/test.py notedata/frames/lmp-108/ notedata/frames/lmp-108/dump.atom_energy notedata/frames/lmp-108/in.lmp notedata/frames/lmp-108/lmp.data notedata/frames/lmp-108/log.lammps notedata/frames/lmp-108/output_data.txt notedata/frames/lmp-108/test.py notedata/frames/lmp-109/ notedata/frames/lmp-109/dump.atom_energy notedata/frames/lmp-109/in.lmp notedata/frames/lmp-109/lmp.data notedata/frames/lmp-109/log.lammps notedata/frames/lmp-109/output_data.txt notedata/frames/lmp-109/test.py notedata/frames/lmp-11/ notedata/frames/lmp-11/dump.atom_energy notedata/frames/lmp-11/in.lmp notedata/frames/lmp-11/lmp.data notedata/frames/lmp-11/log.lammps notedata/frames/lmp-11/output_data.txt notedata/frames/lmp-11/test.py notedata/frames/lmp-110/ notedata/frames/lmp-110/dump.atom_energy notedata/frames/lmp-110/in.lmp notedata/frames/lmp-110/lmp.data notedata/frames/lmp-110/log.lammps notedata/frames/lmp-110/output_data.txt notedata/frames/lmp-110/test.py notedata/frames/lmp-111/ notedata/frames/lmp-111/dump.atom_energy notedata/frames/lmp-111/in.lmp notedata/frames/lmp-111/lmp.data notedata/frames/lmp-111/log.lammps notedata/frames/lmp-111/output_data.txt notedata/frames/lmp-111/test.py notedata/frames/lmp-112/ notedata/frames/lmp-112/dump.atom_energy notedata/frames/lmp-112/in.lmp notedata/frames/lmp-112/lmp.data notedata/frames/lmp-112/log.lammps notedata/frames/lmp-112/output_data.txt notedata/frames/lmp-112/test.py notedata/frames/lmp-113/ notedata/frames/lmp-113/dump.atom_energy notedata/frames/lmp-113/in.lmp notedata/frames/lmp-113/lmp.data notedata/frames/lmp-113/log.lammps notedata/frames/lmp-113/output_data.txt notedata/frames/lmp-113/test.py notedata/frames/lmp-114/ notedata/frames/lmp-114/dump.atom_energy notedata/frames/lmp-114/in.lmp notedata/frames/lmp-114/lmp.data notedata/frames/lmp-114/log.lammps notedata/frames/lmp-114/output_data.txt notedata/frames/lmp-114/test.py notedata/frames/lmp-115/ notedata/frames/lmp-115/dump.atom_energy notedata/frames/lmp-115/in.lmp notedata/frames/lmp-115/lmp.data notedata/frames/lmp-115/log.lammps notedata/frames/lmp-115/output_data.txt notedata/frames/lmp-115/test.py notedata/frames/lmp-116/ notedata/frames/lmp-116/dump.atom_energy notedata/frames/lmp-116/in.lmp notedata/frames/lmp-116/lmp.data notedata/frames/lmp-116/log.lammps notedata/frames/lmp-116/output_data.txt notedata/frames/lmp-116/test.py notedata/frames/lmp-117/ notedata/frames/lmp-117/dump.atom_energy notedata/frames/lmp-117/in.lmp notedata/frames/lmp-117/lmp.data notedata/frames/lmp-117/log.lammps notedata/frames/lmp-117/output_data.txt notedata/frames/lmp-117/test.py notedata/frames/lmp-118/ notedata/frames/lmp-118/dump.atom_energy notedata/frames/lmp-118/in.lmp notedata/frames/lmp-118/lmp.data notedata/frames/lmp-118/log.lammps notedata/frames/lmp-118/output_data.txt notedata/frames/lmp-118/test.py notedata/frames/lmp-119/ notedata/frames/lmp-119/dump.atom_energy notedata/frames/lmp-119/in.lmp notedata/frames/lmp-119/lmp.data notedata/frames/lmp-119/log.lammps notedata/frames/lmp-119/output_data.txt notedata/frames/lmp-119/test.py notedata/frames/lmp-12/ notedata/frames/lmp-12/dump.atom_energy notedata/frames/lmp-12/in.lmp notedata/frames/lmp-12/lmp.data notedata/frames/lmp-12/log.lammps notedata/frames/lmp-12/output_data.txt notedata/frames/lmp-12/test.py notedata/frames/lmp-120/ notedata/frames/lmp-120/dump.atom_energy notedata/frames/lmp-120/in.lmp notedata/frames/lmp-120/lmp.data notedata/frames/lmp-120/log.lammps notedata/frames/lmp-120/output_data.txt notedata/frames/lmp-120/test.py notedata/frames/lmp-121/ notedata/frames/lmp-121/dump.atom_energy notedata/frames/lmp-121/in.lmp notedata/frames/lmp-121/lmp.data notedata/frames/lmp-121/log.lammps notedata/frames/lmp-121/output_data.txt notedata/frames/lmp-121/test.py notedata/frames/lmp-122/ notedata/frames/lmp-122/dump.atom_energy notedata/frames/lmp-122/in.lmp notedata/frames/lmp-122/lmp.data notedata/frames/lmp-122/log.lammps notedata/frames/lmp-122/output_data.txt notedata/frames/lmp-122/test.py notedata/frames/lmp-123/ notedata/frames/lmp-123/dump.atom_energy notedata/frames/lmp-123/in.lmp notedata/frames/lmp-123/lmp.data notedata/frames/lmp-123/log.lammps notedata/frames/lmp-123/output_data.txt notedata/frames/lmp-123/test.py notedata/frames/lmp-124/ notedata/frames/lmp-124/dump.atom_energy notedata/frames/lmp-124/in.lmp notedata/frames/lmp-124/lmp.data notedata/frames/lmp-124/log.lammps notedata/frames/lmp-124/output_data.txt notedata/frames/lmp-124/test.py notedata/frames/lmp-125/ notedata/frames/lmp-125/dump.atom_energy notedata/frames/lmp-125/in.lmp notedata/frames/lmp-125/lmp.data notedata/frames/lmp-125/log.lammps notedata/frames/lmp-125/output_data.txt notedata/frames/lmp-125/test.py notedata/frames/lmp-126/ notedata/frames/lmp-126/dump.atom_energy notedata/frames/lmp-126/in.lmp notedata/frames/lmp-126/lmp.data notedata/frames/lmp-126/log.lammps notedata/frames/lmp-126/output_data.txt notedata/frames/lmp-126/test.py notedata/frames/lmp-127/ notedata/frames/lmp-127/dump.atom_energy notedata/frames/lmp-127/in.lmp notedata/frames/lmp-127/lmp.data notedata/frames/lmp-127/log.lammps notedata/frames/lmp-127/output_data.txt notedata/frames/lmp-127/test.py notedata/frames/lmp-128/ notedata/frames/lmp-128/dump.atom_energy notedata/frames/lmp-128/in.lmp notedata/frames/lmp-128/lmp.data notedata/frames/lmp-128/log.lammps notedata/frames/lmp-128/output_data.txt notedata/frames/lmp-128/test.py notedata/frames/lmp-129/ notedata/frames/lmp-129/dump.atom_energy notedata/frames/lmp-129/in.lmp notedata/frames/lmp-129/lmp.data notedata/frames/lmp-129/log.lammps notedata/frames/lmp-129/output_data.txt notedata/frames/lmp-129/test.py notedata/frames/lmp-13/ notedata/frames/lmp-13/dump.atom_energy notedata/frames/lmp-13/in.lmp notedata/frames/lmp-13/lmp.data notedata/frames/lmp-13/log.lammps notedata/frames/lmp-13/output_data.txt notedata/frames/lmp-13/test.py notedata/frames/lmp-130/ notedata/frames/lmp-130/dump.atom_energy notedata/frames/lmp-130/in.lmp notedata/frames/lmp-130/lmp.data notedata/frames/lmp-130/log.lammps notedata/frames/lmp-130/output_data.txt notedata/frames/lmp-130/test.py notedata/frames/lmp-131/ notedata/frames/lmp-131/dump.atom_energy notedata/frames/lmp-131/in.lmp notedata/frames/lmp-131/lmp.data notedata/frames/lmp-131/log.lammps notedata/frames/lmp-131/output_data.txt notedata/frames/lmp-131/test.py notedata/frames/lmp-132/ notedata/frames/lmp-132/dump.atom_energy notedata/frames/lmp-132/in.lmp notedata/frames/lmp-132/lmp.data notedata/frames/lmp-132/log.lammps notedata/frames/lmp-132/output_data.txt notedata/frames/lmp-132/test.py notedata/frames/lmp-133/ notedata/frames/lmp-133/dump.atom_energy notedata/frames/lmp-133/in.lmp notedata/frames/lmp-133/lmp.data notedata/frames/lmp-133/log.lammps notedata/frames/lmp-133/output_data.txt notedata/frames/lmp-133/test.py notedata/frames/lmp-134/ notedata/frames/lmp-134/dump.atom_energy notedata/frames/lmp-134/in.lmp notedata/frames/lmp-134/lmp.data notedata/frames/lmp-134/log.lammps notedata/frames/lmp-134/output_data.txt notedata/frames/lmp-134/test.py notedata/frames/lmp-135/ notedata/frames/lmp-135/dump.atom_energy notedata/frames/lmp-135/in.lmp notedata/frames/lmp-135/lmp.data notedata/frames/lmp-135/log.lammps notedata/frames/lmp-135/output_data.txt notedata/frames/lmp-135/test.py notedata/frames/lmp-136/ notedata/frames/lmp-136/dump.atom_energy notedata/frames/lmp-136/in.lmp notedata/frames/lmp-136/lmp.data notedata/frames/lmp-136/log.lammps notedata/frames/lmp-136/output_data.txt notedata/frames/lmp-136/test.py notedata/frames/lmp-137/ notedata/frames/lmp-137/dump.atom_energy notedata/frames/lmp-137/in.lmp notedata/frames/lmp-137/lmp.data notedata/frames/lmp-137/log.lammps notedata/frames/lmp-137/output_data.txt notedata/frames/lmp-137/test.py notedata/frames/lmp-138/ notedata/frames/lmp-138/dump.atom_energy notedata/frames/lmp-138/in.lmp notedata/frames/lmp-138/lmp.data notedata/frames/lmp-138/log.lammps notedata/frames/lmp-138/output_data.txt notedata/frames/lmp-138/test.py notedata/frames/lmp-139/ notedata/frames/lmp-139/dump.atom_energy notedata/frames/lmp-139/in.lmp notedata/frames/lmp-139/lmp.data notedata/frames/lmp-139/log.lammps notedata/frames/lmp-139/output_data.txt notedata/frames/lmp-139/test.py notedata/frames/lmp-14/ notedata/frames/lmp-14/dump.atom_energy notedata/frames/lmp-14/in.lmp notedata/frames/lmp-14/lmp.data notedata/frames/lmp-14/log.lammps notedata/frames/lmp-14/output_data.txt notedata/frames/lmp-14/test.py notedata/frames/lmp-140/ notedata/frames/lmp-140/dump.atom_energy notedata/frames/lmp-140/in.lmp notedata/frames/lmp-140/lmp.data notedata/frames/lmp-140/log.lammps notedata/frames/lmp-140/output_data.txt notedata/frames/lmp-140/test.py notedata/frames/lmp-141/ notedata/frames/lmp-141/dump.atom_energy notedata/frames/lmp-141/in.lmp notedata/frames/lmp-141/lmp.data notedata/frames/lmp-141/log.lammps notedata/frames/lmp-141/output_data.txt notedata/frames/lmp-141/test.py notedata/frames/lmp-142/ notedata/frames/lmp-142/dump.atom_energy notedata/frames/lmp-142/in.lmp notedata/frames/lmp-142/lmp.data notedata/frames/lmp-142/log.lammps notedata/frames/lmp-142/output_data.txt notedata/frames/lmp-142/test.py notedata/frames/lmp-143/ notedata/frames/lmp-143/dump.atom_energy notedata/frames/lmp-143/in.lmp notedata/frames/lmp-143/lmp.data notedata/frames/lmp-143/log.lammps notedata/frames/lmp-143/output_data.txt notedata/frames/lmp-143/test.py notedata/frames/lmp-144/ notedata/frames/lmp-144/dump.atom_energy notedata/frames/lmp-144/in.lmp notedata/frames/lmp-144/lmp.data notedata/frames/lmp-144/log.lammps notedata/frames/lmp-144/output_data.txt notedata/frames/lmp-144/test.py notedata/frames/lmp-145/ notedata/frames/lmp-145/dump.atom_energy notedata/frames/lmp-145/in.lmp notedata/frames/lmp-145/lmp.data notedata/frames/lmp-145/log.lammps notedata/frames/lmp-145/output_data.txt notedata/frames/lmp-145/test.py notedata/frames/lmp-146/ notedata/frames/lmp-146/dump.atom_energy notedata/frames/lmp-146/in.lmp notedata/frames/lmp-146/lmp.data notedata/frames/lmp-146/log.lammps notedata/frames/lmp-146/output_data.txt notedata/frames/lmp-146/test.py notedata/frames/lmp-147/ notedata/frames/lmp-147/dump.atom_energy notedata/frames/lmp-147/in.lmp notedata/frames/lmp-147/lmp.data notedata/frames/lmp-147/log.lammps notedata/frames/lmp-147/output_data.txt notedata/frames/lmp-147/test.py notedata/frames/lmp-148/ notedata/frames/lmp-148/dump.atom_energy notedata/frames/lmp-148/in.lmp notedata/frames/lmp-148/lmp.data notedata/frames/lmp-148/log.lammps notedata/frames/lmp-148/output_data.txt notedata/frames/lmp-148/test.py notedata/frames/lmp-149/ notedata/frames/lmp-149/dump.atom_energy notedata/frames/lmp-149/in.lmp notedata/frames/lmp-149/lmp.data notedata/frames/lmp-149/log.lammps notedata/frames/lmp-149/output_data.txt notedata/frames/lmp-149/test.py notedata/frames/lmp-15/ notedata/frames/lmp-15/dump.atom_energy notedata/frames/lmp-15/in.lmp notedata/frames/lmp-15/lmp.data notedata/frames/lmp-15/log.lammps notedata/frames/lmp-15/output_data.txt notedata/frames/lmp-15/test.py notedata/frames/lmp-150/ notedata/frames/lmp-150/dump.atom_energy notedata/frames/lmp-150/in.lmp notedata/frames/lmp-150/lmp.data notedata/frames/lmp-150/log.lammps notedata/frames/lmp-150/output_data.txt notedata/frames/lmp-150/test.py notedata/frames/lmp-151/ notedata/frames/lmp-151/dump.atom_energy notedata/frames/lmp-151/in.lmp notedata/frames/lmp-151/lmp.data notedata/frames/lmp-151/log.lammps notedata/frames/lmp-151/output_data.txt notedata/frames/lmp-151/test.py notedata/frames/lmp-152/ notedata/frames/lmp-152/dump.atom_energy notedata/frames/lmp-152/in.lmp notedata/frames/lmp-152/lmp.data notedata/frames/lmp-152/log.lammps notedata/frames/lmp-152/output_data.txt notedata/frames/lmp-152/test.py notedata/frames/lmp-153/ notedata/frames/lmp-153/dump.atom_energy notedata/frames/lmp-153/in.lmp notedata/frames/lmp-153/lmp.data notedata/frames/lmp-153/log.lammps notedata/frames/lmp-153/output_data.txt notedata/frames/lmp-153/test.py notedata/frames/lmp-154/ notedata/frames/lmp-154/dump.atom_energy notedata/frames/lmp-154/in.lmp notedata/frames/lmp-154/lmp.data notedata/frames/lmp-154/log.lammps notedata/frames/lmp-154/output_data.txt notedata/frames/lmp-154/test.py notedata/frames/lmp-155/ notedata/frames/lmp-155/dump.atom_energy notedata/frames/lmp-155/in.lmp notedata/frames/lmp-155/lmp.data notedata/frames/lmp-155/log.lammps notedata/frames/lmp-155/output_data.txt notedata/frames/lmp-155/test.py notedata/frames/lmp-156/ notedata/frames/lmp-156/dump.atom_energy notedata/frames/lmp-156/in.lmp notedata/frames/lmp-156/lmp.data notedata/frames/lmp-156/log.lammps notedata/frames/lmp-156/output_data.txt notedata/frames/lmp-156/test.py notedata/frames/lmp-157/ notedata/frames/lmp-157/dump.atom_energy notedata/frames/lmp-157/in.lmp notedata/frames/lmp-157/lmp.data notedata/frames/lmp-157/log.lammps notedata/frames/lmp-157/output_data.txt notedata/frames/lmp-157/test.py notedata/frames/lmp-158/ notedata/frames/lmp-158/dump.atom_energy notedata/frames/lmp-158/in.lmp notedata/frames/lmp-158/lmp.data notedata/frames/lmp-158/log.lammps notedata/frames/lmp-158/output_data.txt notedata/frames/lmp-158/test.py notedata/frames/lmp-159/ notedata/frames/lmp-159/dump.atom_energy notedata/frames/lmp-159/in.lmp notedata/frames/lmp-159/lmp.data notedata/frames/lmp-159/log.lammps notedata/frames/lmp-159/output_data.txt notedata/frames/lmp-159/test.py notedata/frames/lmp-16/ notedata/frames/lmp-16/dump.atom_energy notedata/frames/lmp-16/in.lmp notedata/frames/lmp-16/lmp.data notedata/frames/lmp-16/log.lammps notedata/frames/lmp-16/output_data.txt notedata/frames/lmp-16/test.py notedata/frames/lmp-160/ notedata/frames/lmp-160/dump.atom_energy notedata/frames/lmp-160/in.lmp notedata/frames/lmp-160/lmp.data notedata/frames/lmp-160/log.lammps notedata/frames/lmp-160/output_data.txt notedata/frames/lmp-160/test.py notedata/frames/lmp-161/ notedata/frames/lmp-161/dump.atom_energy notedata/frames/lmp-161/in.lmp notedata/frames/lmp-161/lmp.data notedata/frames/lmp-161/log.lammps notedata/frames/lmp-161/output_data.txt notedata/frames/lmp-161/test.py notedata/frames/lmp-162/ notedata/frames/lmp-162/dump.atom_energy notedata/frames/lmp-162/in.lmp notedata/frames/lmp-162/lmp.data notedata/frames/lmp-162/log.lammps notedata/frames/lmp-162/output_data.txt notedata/frames/lmp-162/test.py notedata/frames/lmp-163/ notedata/frames/lmp-163/dump.atom_energy notedata/frames/lmp-163/in.lmp notedata/frames/lmp-163/lmp.data notedata/frames/lmp-163/log.lammps notedata/frames/lmp-163/output_data.txt notedata/frames/lmp-163/test.py notedata/frames/lmp-164/ notedata/frames/lmp-164/dump.atom_energy notedata/frames/lmp-164/in.lmp notedata/frames/lmp-164/lmp.data notedata/frames/lmp-164/log.lammps notedata/frames/lmp-164/output_data.txt notedata/frames/lmp-164/test.py notedata/frames/lmp-165/ notedata/frames/lmp-165/dump.atom_energy notedata/frames/lmp-165/in.lmp notedata/frames/lmp-165/lmp.data notedata/frames/lmp-165/log.lammps notedata/frames/lmp-165/output_data.txt notedata/frames/lmp-165/test.py notedata/frames/lmp-166/ notedata/frames/lmp-166/dump.atom_energy notedata/frames/lmp-166/in.lmp notedata/frames/lmp-166/lmp.data notedata/frames/lmp-166/log.lammps notedata/frames/lmp-166/output_data.txt notedata/frames/lmp-166/test.py notedata/frames/lmp-167/ notedata/frames/lmp-167/dump.atom_energy notedata/frames/lmp-167/in.lmp notedata/frames/lmp-167/lmp.data notedata/frames/lmp-167/log.lammps notedata/frames/lmp-167/output_data.txt notedata/frames/lmp-167/test.py notedata/frames/lmp-168/ notedata/frames/lmp-168/dump.atom_energy notedata/frames/lmp-168/in.lmp notedata/frames/lmp-168/lmp.data notedata/frames/lmp-168/log.lammps notedata/frames/lmp-168/output_data.txt notedata/frames/lmp-168/test.py notedata/frames/lmp-169/ notedata/frames/lmp-169/dump.atom_energy notedata/frames/lmp-169/in.lmp notedata/frames/lmp-169/lmp.data notedata/frames/lmp-169/log.lammps notedata/frames/lmp-169/output_data.txt notedata/frames/lmp-169/test.py notedata/frames/lmp-17/ notedata/frames/lmp-17/dump.atom_energy notedata/frames/lmp-17/in.lmp notedata/frames/lmp-17/lmp.data notedata/frames/lmp-17/log.lammps notedata/frames/lmp-17/output_data.txt notedata/frames/lmp-17/test.py notedata/frames/lmp-170/ notedata/frames/lmp-170/dump.atom_energy notedata/frames/lmp-170/in.lmp notedata/frames/lmp-170/lmp.data notedata/frames/lmp-170/log.lammps notedata/frames/lmp-170/output_data.txt notedata/frames/lmp-170/test.py notedata/frames/lmp-171/ notedata/frames/lmp-171/dump.atom_energy notedata/frames/lmp-171/in.lmp notedata/frames/lmp-171/lmp.data notedata/frames/lmp-171/log.lammps notedata/frames/lmp-171/output_data.txt notedata/frames/lmp-171/test.py notedata/frames/lmp-172/ notedata/frames/lmp-172/dump.atom_energy notedata/frames/lmp-172/in.lmp notedata/frames/lmp-172/lmp.data notedata/frames/lmp-172/log.lammps notedata/frames/lmp-172/output_data.txt notedata/frames/lmp-172/test.py notedata/frames/lmp-173/ notedata/frames/lmp-173/dump.atom_energy notedata/frames/lmp-173/in.lmp notedata/frames/lmp-173/lmp.data notedata/frames/lmp-173/log.lammps notedata/frames/lmp-173/output_data.txt notedata/frames/lmp-173/test.py notedata/frames/lmp-174/ notedata/frames/lmp-174/dump.atom_energy notedata/frames/lmp-174/in.lmp notedata/frames/lmp-174/lmp.data notedata/frames/lmp-174/log.lammps notedata/frames/lmp-174/output_data.txt notedata/frames/lmp-174/test.py notedata/frames/lmp-175/ notedata/frames/lmp-175/dump.atom_energy notedata/frames/lmp-175/in.lmp notedata/frames/lmp-175/lmp.data notedata/frames/lmp-175/log.lammps notedata/frames/lmp-175/output_data.txt notedata/frames/lmp-175/test.py notedata/frames/lmp-176/ notedata/frames/lmp-176/dump.atom_energy notedata/frames/lmp-176/in.lmp notedata/frames/lmp-176/lmp.data notedata/frames/lmp-176/log.lammps notedata/frames/lmp-176/output_data.txt notedata/frames/lmp-176/test.py notedata/frames/lmp-177/ notedata/frames/lmp-177/dump.atom_energy notedata/frames/lmp-177/in.lmp notedata/frames/lmp-177/lmp.data notedata/frames/lmp-177/log.lammps notedata/frames/lmp-177/output_data.txt notedata/frames/lmp-177/test.py notedata/frames/lmp-178/ notedata/frames/lmp-178/dump.atom_energy notedata/frames/lmp-178/in.lmp notedata/frames/lmp-178/lmp.data notedata/frames/lmp-178/log.lammps notedata/frames/lmp-178/output_data.txt notedata/frames/lmp-178/test.py notedata/frames/lmp-179/ notedata/frames/lmp-179/dump.atom_energy notedata/frames/lmp-179/in.lmp notedata/frames/lmp-179/lmp.data notedata/frames/lmp-179/log.lammps notedata/frames/lmp-179/output_data.txt notedata/frames/lmp-179/test.py notedata/frames/lmp-18/ notedata/frames/lmp-18/dump.atom_energy notedata/frames/lmp-18/in.lmp notedata/frames/lmp-18/lmp.data notedata/frames/lmp-18/log.lammps notedata/frames/lmp-18/output_data.txt notedata/frames/lmp-18/test.py notedata/frames/lmp-180/ notedata/frames/lmp-180/dump.atom_energy notedata/frames/lmp-180/in.lmp notedata/frames/lmp-180/lmp.data notedata/frames/lmp-180/log.lammps notedata/frames/lmp-180/output_data.txt notedata/frames/lmp-180/test.py notedata/frames/lmp-181/ notedata/frames/lmp-181/dump.atom_energy notedata/frames/lmp-181/in.lmp notedata/frames/lmp-181/lmp.data notedata/frames/lmp-181/log.lammps notedata/frames/lmp-181/output_data.txt notedata/frames/lmp-181/test.py notedata/frames/lmp-182/ notedata/frames/lmp-182/dump.atom_energy notedata/frames/lmp-182/in.lmp notedata/frames/lmp-182/lmp.data notedata/frames/lmp-182/log.lammps notedata/frames/lmp-182/output_data.txt notedata/frames/lmp-182/test.py notedata/frames/lmp-183/ notedata/frames/lmp-183/dump.atom_energy notedata/frames/lmp-183/in.lmp notedata/frames/lmp-183/lmp.data notedata/frames/lmp-183/log.lammps notedata/frames/lmp-183/output_data.txt notedata/frames/lmp-183/test.py notedata/frames/lmp-184/ notedata/frames/lmp-184/dump.atom_energy notedata/frames/lmp-184/in.lmp notedata/frames/lmp-184/lmp.data notedata/frames/lmp-184/log.lammps notedata/frames/lmp-184/output_data.txt notedata/frames/lmp-184/test.py notedata/frames/lmp-185/ notedata/frames/lmp-185/dump.atom_energy notedata/frames/lmp-185/in.lmp notedata/frames/lmp-185/lmp.data notedata/frames/lmp-185/log.lammps notedata/frames/lmp-185/output_data.txt notedata/frames/lmp-185/test.py notedata/frames/lmp-186/ notedata/frames/lmp-186/dump.atom_energy notedata/frames/lmp-186/in.lmp notedata/frames/lmp-186/lmp.data notedata/frames/lmp-186/log.lammps notedata/frames/lmp-186/output_data.txt notedata/frames/lmp-186/test.py notedata/frames/lmp-187/ notedata/frames/lmp-187/dump.atom_energy notedata/frames/lmp-187/in.lmp notedata/frames/lmp-187/lmp.data notedata/frames/lmp-187/log.lammps notedata/frames/lmp-187/output_data.txt notedata/frames/lmp-187/test.py notedata/frames/lmp-188/ notedata/frames/lmp-188/dump.atom_energy notedata/frames/lmp-188/in.lmp notedata/frames/lmp-188/lmp.data notedata/frames/lmp-188/log.lammps notedata/frames/lmp-188/output_data.txt notedata/frames/lmp-188/test.py notedata/frames/lmp-189/ notedata/frames/lmp-189/dump.atom_energy notedata/frames/lmp-189/in.lmp notedata/frames/lmp-189/lmp.data notedata/frames/lmp-189/log.lammps notedata/frames/lmp-189/output_data.txt notedata/frames/lmp-189/test.py notedata/frames/lmp-19/ notedata/frames/lmp-19/dump.atom_energy notedata/frames/lmp-19/in.lmp notedata/frames/lmp-19/lmp.data notedata/frames/lmp-19/log.lammps notedata/frames/lmp-19/output_data.txt notedata/frames/lmp-19/test.py notedata/frames/lmp-190/ notedata/frames/lmp-190/dump.atom_energy notedata/frames/lmp-190/in.lmp notedata/frames/lmp-190/lmp.data notedata/frames/lmp-190/log.lammps notedata/frames/lmp-190/output_data.txt notedata/frames/lmp-190/test.py notedata/frames/lmp-191/ notedata/frames/lmp-191/dump.atom_energy notedata/frames/lmp-191/in.lmp notedata/frames/lmp-191/lmp.data notedata/frames/lmp-191/log.lammps notedata/frames/lmp-191/output_data.txt notedata/frames/lmp-191/test.py notedata/frames/lmp-192/ notedata/frames/lmp-192/dump.atom_energy notedata/frames/lmp-192/in.lmp notedata/frames/lmp-192/lmp.data notedata/frames/lmp-192/log.lammps notedata/frames/lmp-192/output_data.txt notedata/frames/lmp-192/test.py notedata/frames/lmp-193/ notedata/frames/lmp-193/dump.atom_energy notedata/frames/lmp-193/in.lmp notedata/frames/lmp-193/lmp.data notedata/frames/lmp-193/log.lammps notedata/frames/lmp-193/output_data.txt notedata/frames/lmp-193/test.py notedata/frames/lmp-194/ notedata/frames/lmp-194/dump.atom_energy notedata/frames/lmp-194/in.lmp notedata/frames/lmp-194/lmp.data notedata/frames/lmp-194/log.lammps notedata/frames/lmp-194/output_data.txt notedata/frames/lmp-194/test.py notedata/frames/lmp-195/ notedata/frames/lmp-195/dump.atom_energy notedata/frames/lmp-195/in.lmp notedata/frames/lmp-195/lmp.data notedata/frames/lmp-195/log.lammps notedata/frames/lmp-195/output_data.txt notedata/frames/lmp-195/test.py notedata/frames/lmp-196/ notedata/frames/lmp-196/dump.atom_energy notedata/frames/lmp-196/in.lmp notedata/frames/lmp-196/lmp.data notedata/frames/lmp-196/log.lammps notedata/frames/lmp-196/output_data.txt notedata/frames/lmp-196/test.py notedata/frames/lmp-197/ notedata/frames/lmp-197/dump.atom_energy notedata/frames/lmp-197/in.lmp notedata/frames/lmp-197/lmp.data notedata/frames/lmp-197/log.lammps notedata/frames/lmp-197/output_data.txt notedata/frames/lmp-197/test.py notedata/frames/lmp-198/ notedata/frames/lmp-198/dump.atom_energy notedata/frames/lmp-198/in.lmp notedata/frames/lmp-198/lmp.data notedata/frames/lmp-198/log.lammps notedata/frames/lmp-198/output_data.txt notedata/frames/lmp-198/test.py notedata/frames/lmp-199/ notedata/frames/lmp-199/dump.atom_energy notedata/frames/lmp-199/in.lmp notedata/frames/lmp-199/lmp.data notedata/frames/lmp-199/log.lammps notedata/frames/lmp-199/output_data.txt notedata/frames/lmp-199/test.py notedata/frames/lmp-2/ notedata/frames/lmp-2/dump.atom_energy notedata/frames/lmp-2/in.lmp notedata/frames/lmp-2/lmp.data notedata/frames/lmp-2/log.lammps notedata/frames/lmp-2/output_data.txt notedata/frames/lmp-2/test.py notedata/frames/lmp-20/ notedata/frames/lmp-20/dump.atom_energy notedata/frames/lmp-20/in.lmp notedata/frames/lmp-20/lmp.data notedata/frames/lmp-20/log.lammps notedata/frames/lmp-20/output_data.txt notedata/frames/lmp-20/test.py notedata/frames/lmp-200/ notedata/frames/lmp-200/dump.atom_energy notedata/frames/lmp-200/in.lmp notedata/frames/lmp-200/lmp.data notedata/frames/lmp-200/log.lammps notedata/frames/lmp-200/output_data.txt notedata/frames/lmp-200/test.py notedata/frames/lmp-201/ notedata/frames/lmp-201/dump.atom_energy notedata/frames/lmp-201/in.lmp notedata/frames/lmp-201/lmp.data notedata/frames/lmp-201/log.lammps notedata/frames/lmp-201/output_data.txt notedata/frames/lmp-201/test.py notedata/frames/lmp-202/ notedata/frames/lmp-202/dump.atom_energy notedata/frames/lmp-202/in.lmp notedata/frames/lmp-202/lmp.data notedata/frames/lmp-202/log.lammps notedata/frames/lmp-202/output_data.txt notedata/frames/lmp-202/test.py notedata/frames/lmp-203/ notedata/frames/lmp-203/dump.atom_energy notedata/frames/lmp-203/in.lmp notedata/frames/lmp-203/lmp.data notedata/frames/lmp-203/log.lammps notedata/frames/lmp-203/output_data.txt notedata/frames/lmp-203/test.py notedata/frames/lmp-204/ notedata/frames/lmp-204/dump.atom_energy notedata/frames/lmp-204/in.lmp notedata/frames/lmp-204/lmp.data notedata/frames/lmp-204/log.lammps notedata/frames/lmp-204/output_data.txt notedata/frames/lmp-204/test.py notedata/frames/lmp-205/ notedata/frames/lmp-205/dump.atom_energy notedata/frames/lmp-205/in.lmp notedata/frames/lmp-205/lmp.data notedata/frames/lmp-205/log.lammps notedata/frames/lmp-205/output_data.txt notedata/frames/lmp-205/test.py notedata/frames/lmp-206/ notedata/frames/lmp-206/dump.atom_energy notedata/frames/lmp-206/in.lmp notedata/frames/lmp-206/lmp.data notedata/frames/lmp-206/log.lammps notedata/frames/lmp-206/output_data.txt notedata/frames/lmp-206/test.py notedata/frames/lmp-207/ notedata/frames/lmp-207/dump.atom_energy notedata/frames/lmp-207/in.lmp notedata/frames/lmp-207/lmp.data notedata/frames/lmp-207/log.lammps notedata/frames/lmp-207/output_data.txt notedata/frames/lmp-207/test.py notedata/frames/lmp-208/ notedata/frames/lmp-208/dump.atom_energy notedata/frames/lmp-208/in.lmp notedata/frames/lmp-208/lmp.data notedata/frames/lmp-208/log.lammps notedata/frames/lmp-208/output_data.txt notedata/frames/lmp-208/test.py notedata/frames/lmp-209/ notedata/frames/lmp-209/dump.atom_energy notedata/frames/lmp-209/in.lmp notedata/frames/lmp-209/lmp.data notedata/frames/lmp-209/log.lammps notedata/frames/lmp-209/output_data.txt notedata/frames/lmp-209/test.py notedata/frames/lmp-21/ notedata/frames/lmp-21/dump.atom_energy notedata/frames/lmp-21/in.lmp notedata/frames/lmp-21/lmp.data notedata/frames/lmp-21/log.lammps notedata/frames/lmp-21/output_data.txt notedata/frames/lmp-21/test.py notedata/frames/lmp-210/ notedata/frames/lmp-210/dump.atom_energy notedata/frames/lmp-210/in.lmp notedata/frames/lmp-210/lmp.data notedata/frames/lmp-210/log.lammps notedata/frames/lmp-210/output_data.txt notedata/frames/lmp-210/test.py notedata/frames/lmp-211/ notedata/frames/lmp-211/dump.atom_energy notedata/frames/lmp-211/in.lmp notedata/frames/lmp-211/lmp.data notedata/frames/lmp-211/log.lammps notedata/frames/lmp-211/output_data.txt notedata/frames/lmp-211/test.py notedata/frames/lmp-212/ notedata/frames/lmp-212/dump.atom_energy notedata/frames/lmp-212/in.lmp notedata/frames/lmp-212/lmp.data notedata/frames/lmp-212/log.lammps notedata/frames/lmp-212/output_data.txt notedata/frames/lmp-212/test.py notedata/frames/lmp-213/ notedata/frames/lmp-213/dump.atom_energy notedata/frames/lmp-213/in.lmp notedata/frames/lmp-213/lmp.data notedata/frames/lmp-213/log.lammps notedata/frames/lmp-213/output_data.txt notedata/frames/lmp-213/test.py notedata/frames/lmp-214/ notedata/frames/lmp-214/dump.atom_energy notedata/frames/lmp-214/in.lmp notedata/frames/lmp-214/lmp.data notedata/frames/lmp-214/log.lammps notedata/frames/lmp-214/output_data.txt notedata/frames/lmp-214/test.py notedata/frames/lmp-215/ notedata/frames/lmp-215/dump.atom_energy notedata/frames/lmp-215/in.lmp notedata/frames/lmp-215/lmp.data notedata/frames/lmp-215/log.lammps notedata/frames/lmp-215/output_data.txt notedata/frames/lmp-215/test.py notedata/frames/lmp-216/ notedata/frames/lmp-216/dump.atom_energy notedata/frames/lmp-216/in.lmp notedata/frames/lmp-216/lmp.data notedata/frames/lmp-216/log.lammps notedata/frames/lmp-216/output_data.txt notedata/frames/lmp-216/test.py notedata/frames/lmp-217/ notedata/frames/lmp-217/dump.atom_energy notedata/frames/lmp-217/in.lmp notedata/frames/lmp-217/lmp.data notedata/frames/lmp-217/log.lammps notedata/frames/lmp-217/output_data.txt notedata/frames/lmp-217/test.py notedata/frames/lmp-218/ notedata/frames/lmp-218/dump.atom_energy notedata/frames/lmp-218/in.lmp notedata/frames/lmp-218/lmp.data notedata/frames/lmp-218/log.lammps notedata/frames/lmp-218/output_data.txt notedata/frames/lmp-218/test.py notedata/frames/lmp-219/ notedata/frames/lmp-219/dump.atom_energy notedata/frames/lmp-219/in.lmp notedata/frames/lmp-219/lmp.data notedata/frames/lmp-219/log.lammps notedata/frames/lmp-219/output_data.txt notedata/frames/lmp-219/test.py notedata/frames/lmp-22/ notedata/frames/lmp-22/dump.atom_energy notedata/frames/lmp-22/in.lmp notedata/frames/lmp-22/lmp.data notedata/frames/lmp-22/log.lammps notedata/frames/lmp-22/output_data.txt notedata/frames/lmp-22/test.py notedata/frames/lmp-220/ notedata/frames/lmp-220/dump.atom_energy notedata/frames/lmp-220/in.lmp notedata/frames/lmp-220/lmp.data notedata/frames/lmp-220/log.lammps notedata/frames/lmp-220/output_data.txt notedata/frames/lmp-220/test.py notedata/frames/lmp-221/ notedata/frames/lmp-221/dump.atom_energy notedata/frames/lmp-221/in.lmp notedata/frames/lmp-221/lmp.data notedata/frames/lmp-221/log.lammps notedata/frames/lmp-221/output_data.txt notedata/frames/lmp-221/test.py notedata/frames/lmp-222/ notedata/frames/lmp-222/dump.atom_energy notedata/frames/lmp-222/in.lmp notedata/frames/lmp-222/lmp.data notedata/frames/lmp-222/log.lammps notedata/frames/lmp-222/output_data.txt notedata/frames/lmp-222/test.py notedata/frames/lmp-223/ notedata/frames/lmp-223/dump.atom_energy notedata/frames/lmp-223/in.lmp notedata/frames/lmp-223/lmp.data notedata/frames/lmp-223/log.lammps notedata/frames/lmp-223/output_data.txt notedata/frames/lmp-223/test.py notedata/frames/lmp-224/ notedata/frames/lmp-224/dump.atom_energy notedata/frames/lmp-224/in.lmp notedata/frames/lmp-224/lmp.data notedata/frames/lmp-224/log.lammps notedata/frames/lmp-224/output_data.txt notedata/frames/lmp-224/test.py notedata/frames/lmp-225/ notedata/frames/lmp-225/dump.atom_energy notedata/frames/lmp-225/in.lmp notedata/frames/lmp-225/lmp.data notedata/frames/lmp-225/log.lammps notedata/frames/lmp-225/output_data.txt notedata/frames/lmp-225/test.py notedata/frames/lmp-226/ notedata/frames/lmp-226/dump.atom_energy notedata/frames/lmp-226/in.lmp notedata/frames/lmp-226/lmp.data notedata/frames/lmp-226/log.lammps notedata/frames/lmp-226/output_data.txt notedata/frames/lmp-226/test.py notedata/frames/lmp-227/ notedata/frames/lmp-227/dump.atom_energy notedata/frames/lmp-227/in.lmp notedata/frames/lmp-227/lmp.data notedata/frames/lmp-227/log.lammps notedata/frames/lmp-227/output_data.txt notedata/frames/lmp-227/test.py notedata/frames/lmp-228/ notedata/frames/lmp-228/dump.atom_energy notedata/frames/lmp-228/in.lmp notedata/frames/lmp-228/lmp.data notedata/frames/lmp-228/log.lammps notedata/frames/lmp-228/output_data.txt notedata/frames/lmp-228/test.py notedata/frames/lmp-229/ notedata/frames/lmp-229/dump.atom_energy notedata/frames/lmp-229/in.lmp notedata/frames/lmp-229/lmp.data notedata/frames/lmp-229/log.lammps notedata/frames/lmp-229/output_data.txt notedata/frames/lmp-229/test.py notedata/frames/lmp-23/ notedata/frames/lmp-23/dump.atom_energy notedata/frames/lmp-23/in.lmp notedata/frames/lmp-23/lmp.data notedata/frames/lmp-23/log.lammps notedata/frames/lmp-23/output_data.txt notedata/frames/lmp-23/test.py notedata/frames/lmp-230/ notedata/frames/lmp-230/dump.atom_energy notedata/frames/lmp-230/in.lmp notedata/frames/lmp-230/lmp.data notedata/frames/lmp-230/log.lammps notedata/frames/lmp-230/output_data.txt notedata/frames/lmp-230/test.py notedata/frames/lmp-231/ notedata/frames/lmp-231/dump.atom_energy notedata/frames/lmp-231/in.lmp notedata/frames/lmp-231/lmp.data notedata/frames/lmp-231/log.lammps notedata/frames/lmp-231/output_data.txt notedata/frames/lmp-231/test.py notedata/frames/lmp-232/ notedata/frames/lmp-232/dump.atom_energy notedata/frames/lmp-232/in.lmp notedata/frames/lmp-232/lmp.data notedata/frames/lmp-232/log.lammps notedata/frames/lmp-232/output_data.txt notedata/frames/lmp-232/test.py notedata/frames/lmp-233/ notedata/frames/lmp-233/dump.atom_energy notedata/frames/lmp-233/in.lmp notedata/frames/lmp-233/lmp.data notedata/frames/lmp-233/log.lammps notedata/frames/lmp-233/output_data.txt notedata/frames/lmp-233/test.py notedata/frames/lmp-234/ notedata/frames/lmp-234/dump.atom_energy notedata/frames/lmp-234/in.lmp notedata/frames/lmp-234/lmp.data notedata/frames/lmp-234/log.lammps notedata/frames/lmp-234/output_data.txt notedata/frames/lmp-234/test.py notedata/frames/lmp-235/ notedata/frames/lmp-235/dump.atom_energy notedata/frames/lmp-235/in.lmp notedata/frames/lmp-235/lmp.data notedata/frames/lmp-235/log.lammps notedata/frames/lmp-235/output_data.txt notedata/frames/lmp-235/test.py notedata/frames/lmp-236/ notedata/frames/lmp-236/dump.atom_energy notedata/frames/lmp-236/in.lmp notedata/frames/lmp-236/lmp.data notedata/frames/lmp-236/log.lammps notedata/frames/lmp-236/output_data.txt notedata/frames/lmp-236/test.py notedata/frames/lmp-237/ notedata/frames/lmp-237/dump.atom_energy notedata/frames/lmp-237/in.lmp notedata/frames/lmp-237/lmp.data notedata/frames/lmp-237/log.lammps notedata/frames/lmp-237/output_data.txt notedata/frames/lmp-237/test.py notedata/frames/lmp-238/ notedata/frames/lmp-238/dump.atom_energy notedata/frames/lmp-238/in.lmp notedata/frames/lmp-238/lmp.data notedata/frames/lmp-238/log.lammps notedata/frames/lmp-238/output_data.txt notedata/frames/lmp-238/test.py notedata/frames/lmp-239/ notedata/frames/lmp-239/dump.atom_energy notedata/frames/lmp-239/in.lmp notedata/frames/lmp-239/lmp.data notedata/frames/lmp-239/log.lammps notedata/frames/lmp-239/output_data.txt notedata/frames/lmp-239/test.py notedata/frames/lmp-24/ notedata/frames/lmp-24/dump.atom_energy notedata/frames/lmp-24/in.lmp notedata/frames/lmp-24/lmp.data notedata/frames/lmp-24/log.lammps notedata/frames/lmp-24/output_data.txt notedata/frames/lmp-24/test.py notedata/frames/lmp-240/ notedata/frames/lmp-240/dump.atom_energy notedata/frames/lmp-240/in.lmp notedata/frames/lmp-240/lmp.data notedata/frames/lmp-240/log.lammps notedata/frames/lmp-240/output_data.txt notedata/frames/lmp-240/test.py notedata/frames/lmp-241/ notedata/frames/lmp-241/dump.atom_energy notedata/frames/lmp-241/in.lmp notedata/frames/lmp-241/lmp.data notedata/frames/lmp-241/log.lammps notedata/frames/lmp-241/output_data.txt notedata/frames/lmp-241/test.py notedata/frames/lmp-242/ notedata/frames/lmp-242/dump.atom_energy notedata/frames/lmp-242/in.lmp notedata/frames/lmp-242/lmp.data notedata/frames/lmp-242/log.lammps notedata/frames/lmp-242/output_data.txt notedata/frames/lmp-242/test.py notedata/frames/lmp-243/ notedata/frames/lmp-243/dump.atom_energy notedata/frames/lmp-243/in.lmp notedata/frames/lmp-243/lmp.data notedata/frames/lmp-243/log.lammps notedata/frames/lmp-243/output_data.txt notedata/frames/lmp-243/test.py notedata/frames/lmp-244/ notedata/frames/lmp-244/dump.atom_energy notedata/frames/lmp-244/in.lmp notedata/frames/lmp-244/lmp.data notedata/frames/lmp-244/log.lammps notedata/frames/lmp-244/output_data.txt notedata/frames/lmp-244/test.py notedata/frames/lmp-245/ notedata/frames/lmp-245/dump.atom_energy notedata/frames/lmp-245/in.lmp notedata/frames/lmp-245/lmp.data notedata/frames/lmp-245/log.lammps notedata/frames/lmp-245/output_data.txt notedata/frames/lmp-245/test.py notedata/frames/lmp-246/ notedata/frames/lmp-246/dump.atom_energy notedata/frames/lmp-246/in.lmp notedata/frames/lmp-246/lmp.data notedata/frames/lmp-246/log.lammps notedata/frames/lmp-246/output_data.txt notedata/frames/lmp-246/test.py notedata/frames/lmp-247/ notedata/frames/lmp-247/dump.atom_energy notedata/frames/lmp-247/in.lmp notedata/frames/lmp-247/lmp.data notedata/frames/lmp-247/log.lammps notedata/frames/lmp-247/output_data.txt notedata/frames/lmp-247/test.py notedata/frames/lmp-248/ notedata/frames/lmp-248/dump.atom_energy notedata/frames/lmp-248/in.lmp notedata/frames/lmp-248/lmp.data notedata/frames/lmp-248/log.lammps notedata/frames/lmp-248/output_data.txt notedata/frames/lmp-248/test.py notedata/frames/lmp-249/ notedata/frames/lmp-249/dump.atom_energy notedata/frames/lmp-249/in.lmp notedata/frames/lmp-249/lmp.data notedata/frames/lmp-249/log.lammps notedata/frames/lmp-249/output_data.txt notedata/frames/lmp-249/test.py notedata/frames/lmp-25/ notedata/frames/lmp-25/dump.atom_energy notedata/frames/lmp-25/in.lmp notedata/frames/lmp-25/lmp.data notedata/frames/lmp-25/log.lammps notedata/frames/lmp-25/output_data.txt notedata/frames/lmp-25/test.py notedata/frames/lmp-250/ notedata/frames/lmp-250/dump.atom_energy notedata/frames/lmp-250/in.lmp notedata/frames/lmp-250/lmp.data notedata/frames/lmp-250/log.lammps notedata/frames/lmp-250/output_data.txt notedata/frames/lmp-250/test.py notedata/frames/lmp-251/ notedata/frames/lmp-251/dump.atom_energy notedata/frames/lmp-251/in.lmp notedata/frames/lmp-251/lmp.data notedata/frames/lmp-251/log.lammps notedata/frames/lmp-251/output_data.txt notedata/frames/lmp-251/test.py notedata/frames/lmp-252/ notedata/frames/lmp-252/dump.atom_energy notedata/frames/lmp-252/in.lmp notedata/frames/lmp-252/lmp.data notedata/frames/lmp-252/log.lammps notedata/frames/lmp-252/output_data.txt notedata/frames/lmp-252/test.py notedata/frames/lmp-253/ notedata/frames/lmp-253/dump.atom_energy notedata/frames/lmp-253/in.lmp notedata/frames/lmp-253/lmp.data notedata/frames/lmp-253/log.lammps notedata/frames/lmp-253/output_data.txt notedata/frames/lmp-253/test.py notedata/frames/lmp-254/ notedata/frames/lmp-254/dump.atom_energy notedata/frames/lmp-254/in.lmp notedata/frames/lmp-254/lmp.data notedata/frames/lmp-254/log.lammps notedata/frames/lmp-254/output_data.txt notedata/frames/lmp-254/test.py notedata/frames/lmp-255/ notedata/frames/lmp-255/dump.atom_energy notedata/frames/lmp-255/in.lmp notedata/frames/lmp-255/lmp.data notedata/frames/lmp-255/log.lammps notedata/frames/lmp-255/output_data.txt notedata/frames/lmp-255/test.py notedata/frames/lmp-256/ notedata/frames/lmp-256/dump.atom_energy notedata/frames/lmp-256/in.lmp notedata/frames/lmp-256/lmp.data notedata/frames/lmp-256/log.lammps notedata/frames/lmp-256/output_data.txt notedata/frames/lmp-256/test.py notedata/frames/lmp-257/ notedata/frames/lmp-257/dump.atom_energy notedata/frames/lmp-257/in.lmp notedata/frames/lmp-257/lmp.data notedata/frames/lmp-257/log.lammps notedata/frames/lmp-257/output_data.txt notedata/frames/lmp-257/test.py notedata/frames/lmp-258/ notedata/frames/lmp-258/dump.atom_energy notedata/frames/lmp-258/in.lmp notedata/frames/lmp-258/lmp.data notedata/frames/lmp-258/log.lammps notedata/frames/lmp-258/output_data.txt notedata/frames/lmp-258/test.py notedata/frames/lmp-259/ notedata/frames/lmp-259/dump.atom_energy notedata/frames/lmp-259/in.lmp notedata/frames/lmp-259/lmp.data notedata/frames/lmp-259/log.lammps notedata/frames/lmp-259/output_data.txt notedata/frames/lmp-259/test.py notedata/frames/lmp-26/ notedata/frames/lmp-26/dump.atom_energy notedata/frames/lmp-26/in.lmp notedata/frames/lmp-26/lmp.data notedata/frames/lmp-26/log.lammps notedata/frames/lmp-26/output_data.txt notedata/frames/lmp-26/test.py notedata/frames/lmp-260/ notedata/frames/lmp-260/dump.atom_energy notedata/frames/lmp-260/in.lmp notedata/frames/lmp-260/lmp.data notedata/frames/lmp-260/log.lammps notedata/frames/lmp-260/output_data.txt notedata/frames/lmp-260/test.py notedata/frames/lmp-261/ notedata/frames/lmp-261/dump.atom_energy notedata/frames/lmp-261/in.lmp notedata/frames/lmp-261/lmp.data notedata/frames/lmp-261/log.lammps notedata/frames/lmp-261/output_data.txt notedata/frames/lmp-261/test.py notedata/frames/lmp-262/ notedata/frames/lmp-262/dump.atom_energy notedata/frames/lmp-262/in.lmp notedata/frames/lmp-262/lmp.data notedata/frames/lmp-262/log.lammps notedata/frames/lmp-262/output_data.txt notedata/frames/lmp-262/test.py notedata/frames/lmp-263/ notedata/frames/lmp-263/dump.atom_energy notedata/frames/lmp-263/in.lmp notedata/frames/lmp-263/lmp.data notedata/frames/lmp-263/log.lammps notedata/frames/lmp-263/output_data.txt notedata/frames/lmp-263/test.py notedata/frames/lmp-264/ notedata/frames/lmp-264/dump.atom_energy notedata/frames/lmp-264/in.lmp notedata/frames/lmp-264/lmp.data notedata/frames/lmp-264/log.lammps notedata/frames/lmp-264/output_data.txt notedata/frames/lmp-264/test.py notedata/frames/lmp-265/ notedata/frames/lmp-265/dump.atom_energy notedata/frames/lmp-265/in.lmp notedata/frames/lmp-265/lmp.data notedata/frames/lmp-265/log.lammps notedata/frames/lmp-265/output_data.txt notedata/frames/lmp-265/test.py notedata/frames/lmp-266/ notedata/frames/lmp-266/dump.atom_energy notedata/frames/lmp-266/in.lmp notedata/frames/lmp-266/lmp.data notedata/frames/lmp-266/log.lammps notedata/frames/lmp-266/output_data.txt notedata/frames/lmp-266/test.py notedata/frames/lmp-267/ notedata/frames/lmp-267/dump.atom_energy notedata/frames/lmp-267/in.lmp notedata/frames/lmp-267/lmp.data notedata/frames/lmp-267/log.lammps notedata/frames/lmp-267/output_data.txt notedata/frames/lmp-267/test.py notedata/frames/lmp-268/ notedata/frames/lmp-268/dump.atom_energy notedata/frames/lmp-268/in.lmp notedata/frames/lmp-268/lmp.data notedata/frames/lmp-268/log.lammps notedata/frames/lmp-268/output_data.txt notedata/frames/lmp-268/test.py notedata/frames/lmp-269/ notedata/frames/lmp-269/dump.atom_energy notedata/frames/lmp-269/in.lmp notedata/frames/lmp-269/lmp.data notedata/frames/lmp-269/log.lammps notedata/frames/lmp-269/output_data.txt notedata/frames/lmp-269/test.py notedata/frames/lmp-27/ notedata/frames/lmp-27/dump.atom_energy notedata/frames/lmp-27/in.lmp notedata/frames/lmp-27/lmp.data notedata/frames/lmp-27/log.lammps notedata/frames/lmp-27/output_data.txt notedata/frames/lmp-27/test.py notedata/frames/lmp-270/ notedata/frames/lmp-270/dump.atom_energy notedata/frames/lmp-270/in.lmp notedata/frames/lmp-270/lmp.data notedata/frames/lmp-270/log.lammps notedata/frames/lmp-270/output_data.txt notedata/frames/lmp-270/test.py notedata/frames/lmp-271/ notedata/frames/lmp-271/dump.atom_energy notedata/frames/lmp-271/in.lmp notedata/frames/lmp-271/lmp.data notedata/frames/lmp-271/log.lammps notedata/frames/lmp-271/output_data.txt notedata/frames/lmp-271/test.py notedata/frames/lmp-272/ notedata/frames/lmp-272/dump.atom_energy notedata/frames/lmp-272/in.lmp notedata/frames/lmp-272/lmp.data notedata/frames/lmp-272/log.lammps notedata/frames/lmp-272/output_data.txt notedata/frames/lmp-272/test.py notedata/frames/lmp-273/ notedata/frames/lmp-273/dump.atom_energy notedata/frames/lmp-273/in.lmp notedata/frames/lmp-273/lmp.data notedata/frames/lmp-273/log.lammps notedata/frames/lmp-273/output_data.txt notedata/frames/lmp-273/test.py notedata/frames/lmp-274/ notedata/frames/lmp-274/dump.atom_energy notedata/frames/lmp-274/in.lmp notedata/frames/lmp-274/lmp.data notedata/frames/lmp-274/log.lammps notedata/frames/lmp-274/output_data.txt notedata/frames/lmp-274/test.py notedata/frames/lmp-275/ notedata/frames/lmp-275/dump.atom_energy notedata/frames/lmp-275/in.lmp notedata/frames/lmp-275/lmp.data notedata/frames/lmp-275/log.lammps notedata/frames/lmp-275/output_data.txt notedata/frames/lmp-275/test.py notedata/frames/lmp-276/ notedata/frames/lmp-276/dump.atom_energy notedata/frames/lmp-276/in.lmp notedata/frames/lmp-276/lmp.data notedata/frames/lmp-276/log.lammps notedata/frames/lmp-276/output_data.txt notedata/frames/lmp-276/test.py notedata/frames/lmp-277/ notedata/frames/lmp-277/dump.atom_energy notedata/frames/lmp-277/in.lmp notedata/frames/lmp-277/lmp.data notedata/frames/lmp-277/log.lammps notedata/frames/lmp-277/output_data.txt notedata/frames/lmp-277/test.py notedata/frames/lmp-278/ notedata/frames/lmp-278/dump.atom_energy notedata/frames/lmp-278/in.lmp notedata/frames/lmp-278/lmp.data notedata/frames/lmp-278/log.lammps notedata/frames/lmp-278/output_data.txt notedata/frames/lmp-278/test.py notedata/frames/lmp-279/ notedata/frames/lmp-279/dump.atom_energy notedata/frames/lmp-279/in.lmp notedata/frames/lmp-279/lmp.data notedata/frames/lmp-279/log.lammps notedata/frames/lmp-279/output_data.txt notedata/frames/lmp-279/test.py notedata/frames/lmp-28/ notedata/frames/lmp-28/dump.atom_energy notedata/frames/lmp-28/in.lmp notedata/frames/lmp-28/lmp.data notedata/frames/lmp-28/log.lammps notedata/frames/lmp-28/output_data.txt notedata/frames/lmp-28/test.py notedata/frames/lmp-280/ notedata/frames/lmp-280/dump.atom_energy notedata/frames/lmp-280/in.lmp notedata/frames/lmp-280/lmp.data notedata/frames/lmp-280/log.lammps notedata/frames/lmp-280/output_data.txt notedata/frames/lmp-280/test.py notedata/frames/lmp-281/ notedata/frames/lmp-281/dump.atom_energy notedata/frames/lmp-281/in.lmp notedata/frames/lmp-281/lmp.data notedata/frames/lmp-281/log.lammps notedata/frames/lmp-281/output_data.txt notedata/frames/lmp-281/test.py notedata/frames/lmp-282/ notedata/frames/lmp-282/dump.atom_energy notedata/frames/lmp-282/in.lmp notedata/frames/lmp-282/lmp.data notedata/frames/lmp-282/log.lammps notedata/frames/lmp-282/output_data.txt notedata/frames/lmp-282/test.py notedata/frames/lmp-283/ notedata/frames/lmp-283/dump.atom_energy notedata/frames/lmp-283/in.lmp notedata/frames/lmp-283/lmp.data notedata/frames/lmp-283/log.lammps notedata/frames/lmp-283/output_data.txt notedata/frames/lmp-283/test.py notedata/frames/lmp-284/ notedata/frames/lmp-284/dump.atom_energy notedata/frames/lmp-284/in.lmp notedata/frames/lmp-284/lmp.data notedata/frames/lmp-284/log.lammps notedata/frames/lmp-284/output_data.txt notedata/frames/lmp-284/test.py notedata/frames/lmp-285/ notedata/frames/lmp-285/dump.atom_energy notedata/frames/lmp-285/in.lmp notedata/frames/lmp-285/lmp.data notedata/frames/lmp-285/log.lammps notedata/frames/lmp-285/output_data.txt notedata/frames/lmp-285/test.py notedata/frames/lmp-286/ notedata/frames/lmp-286/dump.atom_energy notedata/frames/lmp-286/in.lmp notedata/frames/lmp-286/lmp.data notedata/frames/lmp-286/log.lammps notedata/frames/lmp-286/output_data.txt notedata/frames/lmp-286/test.py notedata/frames/lmp-287/ notedata/frames/lmp-287/dump.atom_energy notedata/frames/lmp-287/in.lmp notedata/frames/lmp-287/lmp.data notedata/frames/lmp-287/log.lammps notedata/frames/lmp-287/output_data.txt notedata/frames/lmp-287/test.py notedata/frames/lmp-288/ notedata/frames/lmp-288/dump.atom_energy notedata/frames/lmp-288/in.lmp notedata/frames/lmp-288/lmp.data notedata/frames/lmp-288/log.lammps notedata/frames/lmp-288/output_data.txt notedata/frames/lmp-288/test.py notedata/frames/lmp-289/ notedata/frames/lmp-289/dump.atom_energy notedata/frames/lmp-289/in.lmp notedata/frames/lmp-289/lmp.data notedata/frames/lmp-289/log.lammps notedata/frames/lmp-289/output_data.txt notedata/frames/lmp-289/test.py notedata/frames/lmp-29/ notedata/frames/lmp-29/dump.atom_energy notedata/frames/lmp-29/in.lmp notedata/frames/lmp-29/lmp.data notedata/frames/lmp-29/log.lammps notedata/frames/lmp-29/output_data.txt notedata/frames/lmp-29/test.py notedata/frames/lmp-290/ notedata/frames/lmp-290/dump.atom_energy notedata/frames/lmp-290/in.lmp notedata/frames/lmp-290/lmp.data notedata/frames/lmp-290/log.lammps notedata/frames/lmp-290/output_data.txt notedata/frames/lmp-290/test.py notedata/frames/lmp-291/ notedata/frames/lmp-291/dump.atom_energy notedata/frames/lmp-291/in.lmp notedata/frames/lmp-291/lmp.data notedata/frames/lmp-291/log.lammps notedata/frames/lmp-291/output_data.txt notedata/frames/lmp-291/test.py notedata/frames/lmp-292/ notedata/frames/lmp-292/dump.atom_energy notedata/frames/lmp-292/in.lmp notedata/frames/lmp-292/lmp.data notedata/frames/lmp-292/log.lammps notedata/frames/lmp-292/output_data.txt notedata/frames/lmp-292/test.py notedata/frames/lmp-293/ notedata/frames/lmp-293/dump.atom_energy notedata/frames/lmp-293/in.lmp notedata/frames/lmp-293/lmp.data notedata/frames/lmp-293/log.lammps notedata/frames/lmp-293/output_data.txt notedata/frames/lmp-293/test.py notedata/frames/lmp-294/ notedata/frames/lmp-294/dump.atom_energy notedata/frames/lmp-294/in.lmp notedata/frames/lmp-294/lmp.data notedata/frames/lmp-294/log.lammps notedata/frames/lmp-294/output_data.txt notedata/frames/lmp-294/test.py notedata/frames/lmp-295/ notedata/frames/lmp-295/dump.atom_energy notedata/frames/lmp-295/in.lmp notedata/frames/lmp-295/lmp.data notedata/frames/lmp-295/log.lammps notedata/frames/lmp-295/output_data.txt notedata/frames/lmp-295/test.py notedata/frames/lmp-296/ notedata/frames/lmp-296/dump.atom_energy notedata/frames/lmp-296/in.lmp notedata/frames/lmp-296/lmp.data notedata/frames/lmp-296/log.lammps notedata/frames/lmp-296/output_data.txt notedata/frames/lmp-296/test.py notedata/frames/lmp-297/ notedata/frames/lmp-297/dump.atom_energy notedata/frames/lmp-297/in.lmp notedata/frames/lmp-297/lmp.data notedata/frames/lmp-297/log.lammps notedata/frames/lmp-297/output_data.txt notedata/frames/lmp-297/test.py notedata/frames/lmp-298/ notedata/frames/lmp-298/dump.atom_energy notedata/frames/lmp-298/in.lmp notedata/frames/lmp-298/lmp.data notedata/frames/lmp-298/log.lammps notedata/frames/lmp-298/output_data.txt notedata/frames/lmp-298/test.py notedata/frames/lmp-299/ notedata/frames/lmp-299/dump.atom_energy notedata/frames/lmp-299/in.lmp notedata/frames/lmp-299/lmp.data notedata/frames/lmp-299/log.lammps notedata/frames/lmp-299/output_data.txt notedata/frames/lmp-299/test.py notedata/frames/lmp-3/ notedata/frames/lmp-3/dump.atom_energy notedata/frames/lmp-3/in.lmp notedata/frames/lmp-3/lmp.data notedata/frames/lmp-3/log.lammps notedata/frames/lmp-3/output_data.txt notedata/frames/lmp-3/test.py notedata/frames/lmp-30/ notedata/frames/lmp-30/dump.atom_energy notedata/frames/lmp-30/in.lmp notedata/frames/lmp-30/lmp.data notedata/frames/lmp-30/log.lammps notedata/frames/lmp-30/output_data.txt notedata/frames/lmp-30/test.py notedata/frames/lmp-300/ notedata/frames/lmp-300/dump.atom_energy notedata/frames/lmp-300/in.lmp notedata/frames/lmp-300/lmp.data notedata/frames/lmp-300/log.lammps notedata/frames/lmp-300/output_data.txt notedata/frames/lmp-300/test.py notedata/frames/lmp-301/ notedata/frames/lmp-301/dump.atom_energy notedata/frames/lmp-301/in.lmp notedata/frames/lmp-301/lmp.data notedata/frames/lmp-301/log.lammps notedata/frames/lmp-301/output_data.txt notedata/frames/lmp-301/test.py notedata/frames/lmp-302/ notedata/frames/lmp-302/dump.atom_energy notedata/frames/lmp-302/in.lmp notedata/frames/lmp-302/lmp.data notedata/frames/lmp-302/log.lammps notedata/frames/lmp-302/output_data.txt notedata/frames/lmp-302/test.py notedata/frames/lmp-303/ notedata/frames/lmp-303/dump.atom_energy notedata/frames/lmp-303/in.lmp notedata/frames/lmp-303/lmp.data notedata/frames/lmp-303/log.lammps notedata/frames/lmp-303/output_data.txt notedata/frames/lmp-303/test.py notedata/frames/lmp-304/ notedata/frames/lmp-304/dump.atom_energy notedata/frames/lmp-304/in.lmp notedata/frames/lmp-304/lmp.data notedata/frames/lmp-304/log.lammps notedata/frames/lmp-304/output_data.txt notedata/frames/lmp-304/test.py notedata/frames/lmp-305/ notedata/frames/lmp-305/dump.atom_energy notedata/frames/lmp-305/in.lmp notedata/frames/lmp-305/lmp.data notedata/frames/lmp-305/log.lammps notedata/frames/lmp-305/output_data.txt notedata/frames/lmp-305/test.py notedata/frames/lmp-306/ notedata/frames/lmp-306/dump.atom_energy notedata/frames/lmp-306/in.lmp notedata/frames/lmp-306/lmp.data notedata/frames/lmp-306/log.lammps notedata/frames/lmp-306/output_data.txt notedata/frames/lmp-306/test.py notedata/frames/lmp-307/ notedata/frames/lmp-307/dump.atom_energy notedata/frames/lmp-307/in.lmp notedata/frames/lmp-307/lmp.data notedata/frames/lmp-307/log.lammps notedata/frames/lmp-307/output_data.txt notedata/frames/lmp-307/test.py notedata/frames/lmp-308/ notedata/frames/lmp-308/dump.atom_energy notedata/frames/lmp-308/in.lmp notedata/frames/lmp-308/lmp.data notedata/frames/lmp-308/log.lammps notedata/frames/lmp-308/output_data.txt notedata/frames/lmp-308/test.py notedata/frames/lmp-309/ notedata/frames/lmp-309/dump.atom_energy notedata/frames/lmp-309/in.lmp notedata/frames/lmp-309/lmp.data notedata/frames/lmp-309/log.lammps notedata/frames/lmp-309/output_data.txt notedata/frames/lmp-309/test.py notedata/frames/lmp-31/ notedata/frames/lmp-31/dump.atom_energy notedata/frames/lmp-31/in.lmp notedata/frames/lmp-31/lmp.data notedata/frames/lmp-31/log.lammps notedata/frames/lmp-31/output_data.txt notedata/frames/lmp-31/test.py notedata/frames/lmp-310/ notedata/frames/lmp-310/dump.atom_energy notedata/frames/lmp-310/in.lmp notedata/frames/lmp-310/lmp.data notedata/frames/lmp-310/log.lammps notedata/frames/lmp-310/output_data.txt notedata/frames/lmp-310/test.py notedata/frames/lmp-311/ notedata/frames/lmp-311/dump.atom_energy notedata/frames/lmp-311/in.lmp notedata/frames/lmp-311/lmp.data notedata/frames/lmp-311/log.lammps notedata/frames/lmp-311/output_data.txt notedata/frames/lmp-311/test.py notedata/frames/lmp-312/ notedata/frames/lmp-312/dump.atom_energy notedata/frames/lmp-312/in.lmp notedata/frames/lmp-312/lmp.data notedata/frames/lmp-312/log.lammps notedata/frames/lmp-312/output_data.txt notedata/frames/lmp-312/test.py notedata/frames/lmp-313/ notedata/frames/lmp-313/dump.atom_energy notedata/frames/lmp-313/in.lmp notedata/frames/lmp-313/lmp.data notedata/frames/lmp-313/log.lammps notedata/frames/lmp-313/output_data.txt notedata/frames/lmp-313/test.py notedata/frames/lmp-314/ notedata/frames/lmp-314/dump.atom_energy notedata/frames/lmp-314/in.lmp notedata/frames/lmp-314/lmp.data notedata/frames/lmp-314/log.lammps notedata/frames/lmp-314/output_data.txt notedata/frames/lmp-314/test.py notedata/frames/lmp-315/ notedata/frames/lmp-315/dump.atom_energy notedata/frames/lmp-315/in.lmp notedata/frames/lmp-315/lmp.data notedata/frames/lmp-315/log.lammps notedata/frames/lmp-315/output_data.txt notedata/frames/lmp-315/test.py notedata/frames/lmp-316/ notedata/frames/lmp-316/dump.atom_energy notedata/frames/lmp-316/in.lmp notedata/frames/lmp-316/lmp.data notedata/frames/lmp-316/log.lammps notedata/frames/lmp-316/output_data.txt notedata/frames/lmp-316/test.py notedata/frames/lmp-317/ notedata/frames/lmp-317/dump.atom_energy notedata/frames/lmp-317/in.lmp notedata/frames/lmp-317/lmp.data notedata/frames/lmp-317/log.lammps notedata/frames/lmp-317/output_data.txt notedata/frames/lmp-317/test.py notedata/frames/lmp-318/ notedata/frames/lmp-318/dump.atom_energy notedata/frames/lmp-318/in.lmp notedata/frames/lmp-318/lmp.data notedata/frames/lmp-318/log.lammps notedata/frames/lmp-318/output_data.txt notedata/frames/lmp-318/test.py notedata/frames/lmp-319/ notedata/frames/lmp-319/dump.atom_energy notedata/frames/lmp-319/in.lmp notedata/frames/lmp-319/lmp.data notedata/frames/lmp-319/log.lammps notedata/frames/lmp-319/output_data.txt notedata/frames/lmp-319/test.py notedata/frames/lmp-32/ notedata/frames/lmp-32/dump.atom_energy notedata/frames/lmp-32/in.lmp notedata/frames/lmp-32/lmp.data notedata/frames/lmp-32/log.lammps notedata/frames/lmp-32/output_data.txt notedata/frames/lmp-32/test.py notedata/frames/lmp-320/ notedata/frames/lmp-320/dump.atom_energy notedata/frames/lmp-320/in.lmp notedata/frames/lmp-320/lmp.data notedata/frames/lmp-320/log.lammps notedata/frames/lmp-320/output_data.txt notedata/frames/lmp-320/test.py notedata/frames/lmp-321/ notedata/frames/lmp-321/dump.atom_energy notedata/frames/lmp-321/in.lmp notedata/frames/lmp-321/lmp.data notedata/frames/lmp-321/log.lammps notedata/frames/lmp-321/output_data.txt notedata/frames/lmp-321/test.py notedata/frames/lmp-322/ notedata/frames/lmp-322/dump.atom_energy notedata/frames/lmp-322/in.lmp notedata/frames/lmp-322/lmp.data notedata/frames/lmp-322/log.lammps notedata/frames/lmp-322/output_data.txt notedata/frames/lmp-322/test.py notedata/frames/lmp-323/ notedata/frames/lmp-323/dump.atom_energy notedata/frames/lmp-323/in.lmp notedata/frames/lmp-323/lmp.data notedata/frames/lmp-323/log.lammps notedata/frames/lmp-323/output_data.txt notedata/frames/lmp-323/test.py notedata/frames/lmp-324/ notedata/frames/lmp-324/dump.atom_energy notedata/frames/lmp-324/in.lmp notedata/frames/lmp-324/lmp.data notedata/frames/lmp-324/log.lammps notedata/frames/lmp-324/output_data.txt notedata/frames/lmp-324/test.py notedata/frames/lmp-325/ notedata/frames/lmp-325/dump.atom_energy notedata/frames/lmp-325/in.lmp notedata/frames/lmp-325/lmp.data notedata/frames/lmp-325/log.lammps notedata/frames/lmp-325/output_data.txt notedata/frames/lmp-325/test.py notedata/frames/lmp-326/ notedata/frames/lmp-326/dump.atom_energy notedata/frames/lmp-326/in.lmp notedata/frames/lmp-326/lmp.data notedata/frames/lmp-326/log.lammps notedata/frames/lmp-326/output_data.txt notedata/frames/lmp-326/test.py notedata/frames/lmp-327/ notedata/frames/lmp-327/dump.atom_energy notedata/frames/lmp-327/in.lmp notedata/frames/lmp-327/lmp.data notedata/frames/lmp-327/log.lammps notedata/frames/lmp-327/output_data.txt notedata/frames/lmp-327/test.py notedata/frames/lmp-328/ notedata/frames/lmp-328/dump.atom_energy notedata/frames/lmp-328/in.lmp notedata/frames/lmp-328/lmp.data notedata/frames/lmp-328/log.lammps notedata/frames/lmp-328/output_data.txt notedata/frames/lmp-328/test.py notedata/frames/lmp-329/ notedata/frames/lmp-329/dump.atom_energy notedata/frames/lmp-329/in.lmp notedata/frames/lmp-329/lmp.data notedata/frames/lmp-329/log.lammps notedata/frames/lmp-329/output_data.txt notedata/frames/lmp-329/test.py notedata/frames/lmp-33/ notedata/frames/lmp-33/dump.atom_energy notedata/frames/lmp-33/in.lmp notedata/frames/lmp-33/lmp.data notedata/frames/lmp-33/log.lammps notedata/frames/lmp-33/output_data.txt notedata/frames/lmp-33/test.py notedata/frames/lmp-330/ notedata/frames/lmp-330/dump.atom_energy notedata/frames/lmp-330/in.lmp notedata/frames/lmp-330/lmp.data notedata/frames/lmp-330/log.lammps notedata/frames/lmp-330/output_data.txt notedata/frames/lmp-330/test.py notedata/frames/lmp-331/ notedata/frames/lmp-331/dump.atom_energy notedata/frames/lmp-331/in.lmp notedata/frames/lmp-331/lmp.data notedata/frames/lmp-331/log.lammps notedata/frames/lmp-331/output_data.txt notedata/frames/lmp-331/test.py notedata/frames/lmp-332/ notedata/frames/lmp-332/dump.atom_energy notedata/frames/lmp-332/in.lmp notedata/frames/lmp-332/lmp.data notedata/frames/lmp-332/log.lammps notedata/frames/lmp-332/output_data.txt notedata/frames/lmp-332/test.py notedata/frames/lmp-333/ notedata/frames/lmp-333/dump.atom_energy notedata/frames/lmp-333/in.lmp notedata/frames/lmp-333/lmp.data notedata/frames/lmp-333/log.lammps notedata/frames/lmp-333/output_data.txt notedata/frames/lmp-333/test.py notedata/frames/lmp-334/ notedata/frames/lmp-334/dump.atom_energy notedata/frames/lmp-334/in.lmp notedata/frames/lmp-334/lmp.data notedata/frames/lmp-334/log.lammps notedata/frames/lmp-334/output_data.txt notedata/frames/lmp-334/test.py notedata/frames/lmp-335/ notedata/frames/lmp-335/dump.atom_energy notedata/frames/lmp-335/in.lmp notedata/frames/lmp-335/lmp.data notedata/frames/lmp-335/log.lammps notedata/frames/lmp-335/output_data.txt notedata/frames/lmp-335/test.py notedata/frames/lmp-336/ notedata/frames/lmp-336/dump.atom_energy notedata/frames/lmp-336/in.lmp notedata/frames/lmp-336/lmp.data notedata/frames/lmp-336/log.lammps notedata/frames/lmp-336/output_data.txt notedata/frames/lmp-336/test.py notedata/frames/lmp-337/ notedata/frames/lmp-337/dump.atom_energy notedata/frames/lmp-337/in.lmp notedata/frames/lmp-337/lmp.data notedata/frames/lmp-337/log.lammps notedata/frames/lmp-337/output_data.txt notedata/frames/lmp-337/test.py notedata/frames/lmp-338/ notedata/frames/lmp-338/dump.atom_energy notedata/frames/lmp-338/in.lmp notedata/frames/lmp-338/lmp.data notedata/frames/lmp-338/log.lammps notedata/frames/lmp-338/output_data.txt notedata/frames/lmp-338/test.py notedata/frames/lmp-339/ notedata/frames/lmp-339/dump.atom_energy notedata/frames/lmp-339/in.lmp notedata/frames/lmp-339/lmp.data notedata/frames/lmp-339/log.lammps notedata/frames/lmp-339/output_data.txt notedata/frames/lmp-339/test.py notedata/frames/lmp-34/ notedata/frames/lmp-34/dump.atom_energy notedata/frames/lmp-34/in.lmp notedata/frames/lmp-34/lmp.data notedata/frames/lmp-34/log.lammps notedata/frames/lmp-34/output_data.txt notedata/frames/lmp-34/test.py notedata/frames/lmp-340/ notedata/frames/lmp-340/dump.atom_energy notedata/frames/lmp-340/in.lmp notedata/frames/lmp-340/lmp.data notedata/frames/lmp-340/log.lammps notedata/frames/lmp-340/output_data.txt notedata/frames/lmp-340/test.py notedata/frames/lmp-341/ notedata/frames/lmp-341/dump.atom_energy notedata/frames/lmp-341/in.lmp notedata/frames/lmp-341/lmp.data notedata/frames/lmp-341/log.lammps notedata/frames/lmp-341/output_data.txt notedata/frames/lmp-341/test.py notedata/frames/lmp-342/ notedata/frames/lmp-342/dump.atom_energy notedata/frames/lmp-342/in.lmp notedata/frames/lmp-342/lmp.data notedata/frames/lmp-342/log.lammps notedata/frames/lmp-342/output_data.txt notedata/frames/lmp-342/test.py notedata/frames/lmp-343/ notedata/frames/lmp-343/dump.atom_energy notedata/frames/lmp-343/in.lmp notedata/frames/lmp-343/lmp.data notedata/frames/lmp-343/log.lammps notedata/frames/lmp-343/output_data.txt notedata/frames/lmp-343/test.py notedata/frames/lmp-344/ notedata/frames/lmp-344/dump.atom_energy notedata/frames/lmp-344/in.lmp notedata/frames/lmp-344/lmp.data notedata/frames/lmp-344/log.lammps notedata/frames/lmp-344/output_data.txt notedata/frames/lmp-344/test.py notedata/frames/lmp-345/ notedata/frames/lmp-345/dump.atom_energy notedata/frames/lmp-345/in.lmp notedata/frames/lmp-345/lmp.data notedata/frames/lmp-345/log.lammps notedata/frames/lmp-345/output_data.txt notedata/frames/lmp-345/test.py notedata/frames/lmp-346/ notedata/frames/lmp-346/dump.atom_energy notedata/frames/lmp-346/in.lmp notedata/frames/lmp-346/lmp.data notedata/frames/lmp-346/log.lammps notedata/frames/lmp-346/output_data.txt notedata/frames/lmp-346/test.py notedata/frames/lmp-347/ notedata/frames/lmp-347/dump.atom_energy notedata/frames/lmp-347/in.lmp notedata/frames/lmp-347/lmp.data notedata/frames/lmp-347/log.lammps notedata/frames/lmp-347/output_data.txt notedata/frames/lmp-347/test.py notedata/frames/lmp-348/ notedata/frames/lmp-348/dump.atom_energy notedata/frames/lmp-348/in.lmp notedata/frames/lmp-348/lmp.data notedata/frames/lmp-348/log.lammps notedata/frames/lmp-348/output_data.txt notedata/frames/lmp-348/test.py notedata/frames/lmp-349/ notedata/frames/lmp-349/dump.atom_energy notedata/frames/lmp-349/in.lmp notedata/frames/lmp-349/lmp.data notedata/frames/lmp-349/log.lammps notedata/frames/lmp-349/output_data.txt notedata/frames/lmp-349/test.py notedata/frames/lmp-35/ notedata/frames/lmp-35/dump.atom_energy notedata/frames/lmp-35/in.lmp notedata/frames/lmp-35/lmp.data notedata/frames/lmp-35/log.lammps notedata/frames/lmp-35/output_data.txt notedata/frames/lmp-35/test.py notedata/frames/lmp-350/ notedata/frames/lmp-350/dump.atom_energy notedata/frames/lmp-350/in.lmp notedata/frames/lmp-350/lmp.data notedata/frames/lmp-350/log.lammps notedata/frames/lmp-350/output_data.txt notedata/frames/lmp-350/test.py notedata/frames/lmp-351/ notedata/frames/lmp-351/dump.atom_energy notedata/frames/lmp-351/in.lmp notedata/frames/lmp-351/lmp.data notedata/frames/lmp-351/log.lammps notedata/frames/lmp-351/output_data.txt notedata/frames/lmp-351/test.py notedata/frames/lmp-352/ notedata/frames/lmp-352/dump.atom_energy notedata/frames/lmp-352/in.lmp notedata/frames/lmp-352/lmp.data notedata/frames/lmp-352/log.lammps notedata/frames/lmp-352/output_data.txt notedata/frames/lmp-352/test.py notedata/frames/lmp-353/ notedata/frames/lmp-353/dump.atom_energy notedata/frames/lmp-353/in.lmp notedata/frames/lmp-353/lmp.data notedata/frames/lmp-353/log.lammps notedata/frames/lmp-353/output_data.txt notedata/frames/lmp-353/test.py notedata/frames/lmp-354/ notedata/frames/lmp-354/dump.atom_energy notedata/frames/lmp-354/in.lmp notedata/frames/lmp-354/lmp.data notedata/frames/lmp-354/log.lammps notedata/frames/lmp-354/output_data.txt notedata/frames/lmp-354/test.py notedata/frames/lmp-355/ notedata/frames/lmp-355/dump.atom_energy notedata/frames/lmp-355/in.lmp notedata/frames/lmp-355/lmp.data notedata/frames/lmp-355/log.lammps notedata/frames/lmp-355/output_data.txt notedata/frames/lmp-355/test.py notedata/frames/lmp-356/ notedata/frames/lmp-356/dump.atom_energy notedata/frames/lmp-356/in.lmp notedata/frames/lmp-356/lmp.data notedata/frames/lmp-356/log.lammps notedata/frames/lmp-356/output_data.txt notedata/frames/lmp-356/test.py notedata/frames/lmp-357/ notedata/frames/lmp-357/dump.atom_energy notedata/frames/lmp-357/in.lmp notedata/frames/lmp-357/lmp.data notedata/frames/lmp-357/log.lammps notedata/frames/lmp-357/output_data.txt notedata/frames/lmp-357/test.py notedata/frames/lmp-358/ notedata/frames/lmp-358/dump.atom_energy notedata/frames/lmp-358/in.lmp notedata/frames/lmp-358/lmp.data notedata/frames/lmp-358/log.lammps notedata/frames/lmp-358/output_data.txt notedata/frames/lmp-358/test.py notedata/frames/lmp-359/ notedata/frames/lmp-359/dump.atom_energy notedata/frames/lmp-359/in.lmp notedata/frames/lmp-359/lmp.data notedata/frames/lmp-359/log.lammps notedata/frames/lmp-359/output_data.txt notedata/frames/lmp-359/test.py notedata/frames/lmp-36/ notedata/frames/lmp-36/dump.atom_energy notedata/frames/lmp-36/in.lmp notedata/frames/lmp-36/lmp.data notedata/frames/lmp-36/log.lammps notedata/frames/lmp-36/output_data.txt notedata/frames/lmp-36/test.py notedata/frames/lmp-360/ notedata/frames/lmp-360/dump.atom_energy notedata/frames/lmp-360/in.lmp notedata/frames/lmp-360/lmp.data notedata/frames/lmp-360/log.lammps notedata/frames/lmp-360/output_data.txt notedata/frames/lmp-360/test.py notedata/frames/lmp-361/ notedata/frames/lmp-361/dump.atom_energy notedata/frames/lmp-361/in.lmp notedata/frames/lmp-361/lmp.data notedata/frames/lmp-361/log.lammps notedata/frames/lmp-361/output_data.txt notedata/frames/lmp-361/test.py notedata/frames/lmp-362/ notedata/frames/lmp-362/dump.atom_energy notedata/frames/lmp-362/in.lmp notedata/frames/lmp-362/lmp.data notedata/frames/lmp-362/log.lammps notedata/frames/lmp-362/output_data.txt notedata/frames/lmp-362/test.py notedata/frames/lmp-363/ notedata/frames/lmp-363/dump.atom_energy notedata/frames/lmp-363/in.lmp notedata/frames/lmp-363/lmp.data notedata/frames/lmp-363/log.lammps notedata/frames/lmp-363/output_data.txt notedata/frames/lmp-363/test.py notedata/frames/lmp-364/ notedata/frames/lmp-364/dump.atom_energy notedata/frames/lmp-364/in.lmp notedata/frames/lmp-364/lmp.data notedata/frames/lmp-364/log.lammps notedata/frames/lmp-364/output_data.txt notedata/frames/lmp-364/test.py notedata/frames/lmp-365/ notedata/frames/lmp-365/dump.atom_energy notedata/frames/lmp-365/in.lmp notedata/frames/lmp-365/lmp.data notedata/frames/lmp-365/log.lammps notedata/frames/lmp-365/output_data.txt notedata/frames/lmp-365/test.py notedata/frames/lmp-366/ notedata/frames/lmp-366/dump.atom_energy notedata/frames/lmp-366/in.lmp notedata/frames/lmp-366/lmp.data notedata/frames/lmp-366/log.lammps notedata/frames/lmp-366/output_data.txt notedata/frames/lmp-366/test.py notedata/frames/lmp-367/ notedata/frames/lmp-367/dump.atom_energy notedata/frames/lmp-367/in.lmp notedata/frames/lmp-367/lmp.data notedata/frames/lmp-367/log.lammps notedata/frames/lmp-367/output_data.txt notedata/frames/lmp-367/test.py notedata/frames/lmp-368/ notedata/frames/lmp-368/dump.atom_energy notedata/frames/lmp-368/in.lmp notedata/frames/lmp-368/lmp.data notedata/frames/lmp-368/log.lammps notedata/frames/lmp-368/output_data.txt notedata/frames/lmp-368/test.py notedata/frames/lmp-369/ notedata/frames/lmp-369/dump.atom_energy notedata/frames/lmp-369/in.lmp notedata/frames/lmp-369/lmp.data notedata/frames/lmp-369/log.lammps notedata/frames/lmp-369/output_data.txt notedata/frames/lmp-369/test.py notedata/frames/lmp-37/ notedata/frames/lmp-37/dump.atom_energy notedata/frames/lmp-37/in.lmp notedata/frames/lmp-37/lmp.data notedata/frames/lmp-37/log.lammps notedata/frames/lmp-37/output_data.txt notedata/frames/lmp-37/test.py notedata/frames/lmp-370/ notedata/frames/lmp-370/dump.atom_energy notedata/frames/lmp-370/in.lmp notedata/frames/lmp-370/lmp.data notedata/frames/lmp-370/log.lammps notedata/frames/lmp-370/output_data.txt notedata/frames/lmp-370/test.py notedata/frames/lmp-371/ notedata/frames/lmp-371/dump.atom_energy notedata/frames/lmp-371/in.lmp notedata/frames/lmp-371/lmp.data notedata/frames/lmp-371/log.lammps notedata/frames/lmp-371/output_data.txt notedata/frames/lmp-371/test.py notedata/frames/lmp-372/ notedata/frames/lmp-372/dump.atom_energy notedata/frames/lmp-372/in.lmp notedata/frames/lmp-372/lmp.data notedata/frames/lmp-372/log.lammps notedata/frames/lmp-372/output_data.txt notedata/frames/lmp-372/test.py notedata/frames/lmp-373/ notedata/frames/lmp-373/dump.atom_energy notedata/frames/lmp-373/in.lmp notedata/frames/lmp-373/lmp.data notedata/frames/lmp-373/log.lammps notedata/frames/lmp-373/output_data.txt notedata/frames/lmp-373/test.py notedata/frames/lmp-374/ notedata/frames/lmp-374/dump.atom_energy notedata/frames/lmp-374/in.lmp notedata/frames/lmp-374/lmp.data notedata/frames/lmp-374/log.lammps notedata/frames/lmp-374/output_data.txt notedata/frames/lmp-374/test.py notedata/frames/lmp-375/ notedata/frames/lmp-375/dump.atom_energy notedata/frames/lmp-375/in.lmp notedata/frames/lmp-375/lmp.data notedata/frames/lmp-375/log.lammps notedata/frames/lmp-375/output_data.txt notedata/frames/lmp-375/test.py notedata/frames/lmp-376/ notedata/frames/lmp-376/dump.atom_energy notedata/frames/lmp-376/in.lmp notedata/frames/lmp-376/lmp.data notedata/frames/lmp-376/log.lammps notedata/frames/lmp-376/output_data.txt notedata/frames/lmp-376/test.py notedata/frames/lmp-377/ notedata/frames/lmp-377/dump.atom_energy notedata/frames/lmp-377/in.lmp notedata/frames/lmp-377/lmp.data notedata/frames/lmp-377/log.lammps notedata/frames/lmp-377/output_data.txt notedata/frames/lmp-377/test.py notedata/frames/lmp-378/ notedata/frames/lmp-378/dump.atom_energy notedata/frames/lmp-378/in.lmp notedata/frames/lmp-378/lmp.data notedata/frames/lmp-378/log.lammps notedata/frames/lmp-378/output_data.txt notedata/frames/lmp-378/test.py notedata/frames/lmp-379/ notedata/frames/lmp-379/dump.atom_energy notedata/frames/lmp-379/in.lmp notedata/frames/lmp-379/lmp.data notedata/frames/lmp-379/log.lammps notedata/frames/lmp-379/output_data.txt notedata/frames/lmp-379/test.py notedata/frames/lmp-38/ notedata/frames/lmp-38/dump.atom_energy notedata/frames/lmp-38/in.lmp notedata/frames/lmp-38/lmp.data notedata/frames/lmp-38/log.lammps notedata/frames/lmp-38/output_data.txt notedata/frames/lmp-38/test.py notedata/frames/lmp-380/ notedata/frames/lmp-380/dump.atom_energy notedata/frames/lmp-380/in.lmp notedata/frames/lmp-380/lmp.data notedata/frames/lmp-380/log.lammps notedata/frames/lmp-380/output_data.txt notedata/frames/lmp-380/test.py notedata/frames/lmp-381/ notedata/frames/lmp-381/dump.atom_energy notedata/frames/lmp-381/in.lmp notedata/frames/lmp-381/lmp.data notedata/frames/lmp-381/log.lammps notedata/frames/lmp-381/output_data.txt notedata/frames/lmp-381/test.py notedata/frames/lmp-382/ notedata/frames/lmp-382/dump.atom_energy notedata/frames/lmp-382/in.lmp notedata/frames/lmp-382/lmp.data notedata/frames/lmp-382/log.lammps notedata/frames/lmp-382/output_data.txt notedata/frames/lmp-382/test.py notedata/frames/lmp-383/ notedata/frames/lmp-383/dump.atom_energy notedata/frames/lmp-383/in.lmp notedata/frames/lmp-383/lmp.data notedata/frames/lmp-383/log.lammps notedata/frames/lmp-383/output_data.txt notedata/frames/lmp-383/test.py notedata/frames/lmp-384/ notedata/frames/lmp-384/dump.atom_energy notedata/frames/lmp-384/in.lmp notedata/frames/lmp-384/lmp.data notedata/frames/lmp-384/log.lammps notedata/frames/lmp-384/output_data.txt notedata/frames/lmp-384/test.py notedata/frames/lmp-385/ notedata/frames/lmp-385/dump.atom_energy notedata/frames/lmp-385/in.lmp notedata/frames/lmp-385/lmp.data notedata/frames/lmp-385/log.lammps notedata/frames/lmp-385/output_data.txt notedata/frames/lmp-385/test.py notedata/frames/lmp-386/ notedata/frames/lmp-386/dump.atom_energy notedata/frames/lmp-386/in.lmp notedata/frames/lmp-386/lmp.data notedata/frames/lmp-386/log.lammps notedata/frames/lmp-386/output_data.txt notedata/frames/lmp-386/test.py notedata/frames/lmp-387/ notedata/frames/lmp-387/dump.atom_energy notedata/frames/lmp-387/in.lmp notedata/frames/lmp-387/lmp.data notedata/frames/lmp-387/log.lammps notedata/frames/lmp-387/output_data.txt notedata/frames/lmp-387/test.py notedata/frames/lmp-388/ notedata/frames/lmp-388/dump.atom_energy notedata/frames/lmp-388/in.lmp notedata/frames/lmp-388/lmp.data notedata/frames/lmp-388/log.lammps notedata/frames/lmp-388/output_data.txt notedata/frames/lmp-388/test.py notedata/frames/lmp-389/ notedata/frames/lmp-389/dump.atom_energy notedata/frames/lmp-389/in.lmp notedata/frames/lmp-389/lmp.data notedata/frames/lmp-389/log.lammps notedata/frames/lmp-389/output_data.txt notedata/frames/lmp-389/test.py notedata/frames/lmp-39/ notedata/frames/lmp-39/dump.atom_energy notedata/frames/lmp-39/in.lmp notedata/frames/lmp-39/lmp.data notedata/frames/lmp-39/log.lammps notedata/frames/lmp-39/output_data.txt notedata/frames/lmp-39/test.py notedata/frames/lmp-390/ notedata/frames/lmp-390/dump.atom_energy notedata/frames/lmp-390/in.lmp notedata/frames/lmp-390/lmp.data notedata/frames/lmp-390/log.lammps notedata/frames/lmp-390/output_data.txt notedata/frames/lmp-390/test.py notedata/frames/lmp-391/ notedata/frames/lmp-391/dump.atom_energy notedata/frames/lmp-391/in.lmp notedata/frames/lmp-391/lmp.data notedata/frames/lmp-391/log.lammps notedata/frames/lmp-391/output_data.txt notedata/frames/lmp-391/test.py notedata/frames/lmp-392/ notedata/frames/lmp-392/dump.atom_energy notedata/frames/lmp-392/in.lmp notedata/frames/lmp-392/lmp.data notedata/frames/lmp-392/log.lammps notedata/frames/lmp-392/output_data.txt notedata/frames/lmp-392/test.py notedata/frames/lmp-393/ notedata/frames/lmp-393/dump.atom_energy notedata/frames/lmp-393/in.lmp notedata/frames/lmp-393/lmp.data notedata/frames/lmp-393/log.lammps notedata/frames/lmp-393/output_data.txt notedata/frames/lmp-393/test.py notedata/frames/lmp-394/ notedata/frames/lmp-394/dump.atom_energy notedata/frames/lmp-394/in.lmp notedata/frames/lmp-394/lmp.data notedata/frames/lmp-394/log.lammps notedata/frames/lmp-394/output_data.txt notedata/frames/lmp-394/test.py notedata/frames/lmp-395/ notedata/frames/lmp-395/dump.atom_energy notedata/frames/lmp-395/in.lmp notedata/frames/lmp-395/lmp.data notedata/frames/lmp-395/log.lammps notedata/frames/lmp-395/output_data.txt notedata/frames/lmp-395/test.py notedata/frames/lmp-396/ notedata/frames/lmp-396/dump.atom_energy notedata/frames/lmp-396/in.lmp notedata/frames/lmp-396/lmp.data notedata/frames/lmp-396/log.lammps notedata/frames/lmp-396/output_data.txt notedata/frames/lmp-396/test.py notedata/frames/lmp-397/ notedata/frames/lmp-397/dump.atom_energy notedata/frames/lmp-397/in.lmp notedata/frames/lmp-397/lmp.data notedata/frames/lmp-397/log.lammps notedata/frames/lmp-397/output_data.txt notedata/frames/lmp-397/test.py notedata/frames/lmp-398/ notedata/frames/lmp-398/dump.atom_energy notedata/frames/lmp-398/in.lmp notedata/frames/lmp-398/lmp.data notedata/frames/lmp-398/log.lammps notedata/frames/lmp-398/output_data.txt notedata/frames/lmp-398/test.py notedata/frames/lmp-399/ notedata/frames/lmp-399/dump.atom_energy notedata/frames/lmp-399/in.lmp notedata/frames/lmp-399/lmp.data notedata/frames/lmp-399/log.lammps notedata/frames/lmp-399/output_data.txt notedata/frames/lmp-399/test.py notedata/frames/lmp-4/ notedata/frames/lmp-4/dump.atom_energy notedata/frames/lmp-4/in.lmp notedata/frames/lmp-4/lmp.data notedata/frames/lmp-4/log.lammps notedata/frames/lmp-4/output_data.txt notedata/frames/lmp-4/test.py notedata/frames/lmp-40/ notedata/frames/lmp-40/dump.atom_energy notedata/frames/lmp-40/in.lmp notedata/frames/lmp-40/lmp.data notedata/frames/lmp-40/log.lammps notedata/frames/lmp-40/output_data.txt notedata/frames/lmp-40/test.py notedata/frames/lmp-41/ notedata/frames/lmp-41/dump.atom_energy notedata/frames/lmp-41/in.lmp notedata/frames/lmp-41/lmp.data notedata/frames/lmp-41/log.lammps notedata/frames/lmp-41/output_data.txt notedata/frames/lmp-41/test.py notedata/frames/lmp-42/ notedata/frames/lmp-42/dump.atom_energy notedata/frames/lmp-42/in.lmp notedata/frames/lmp-42/lmp.data notedata/frames/lmp-42/log.lammps notedata/frames/lmp-42/output_data.txt notedata/frames/lmp-42/test.py notedata/frames/lmp-43/ notedata/frames/lmp-43/dump.atom_energy notedata/frames/lmp-43/in.lmp notedata/frames/lmp-43/lmp.data notedata/frames/lmp-43/log.lammps notedata/frames/lmp-43/output_data.txt notedata/frames/lmp-43/test.py notedata/frames/lmp-44/ notedata/frames/lmp-44/dump.atom_energy notedata/frames/lmp-44/in.lmp notedata/frames/lmp-44/lmp.data notedata/frames/lmp-44/log.lammps notedata/frames/lmp-44/output_data.txt notedata/frames/lmp-44/test.py notedata/frames/lmp-45/ notedata/frames/lmp-45/dump.atom_energy notedata/frames/lmp-45/in.lmp notedata/frames/lmp-45/lmp.data notedata/frames/lmp-45/log.lammps notedata/frames/lmp-45/output_data.txt notedata/frames/lmp-45/test.py notedata/frames/lmp-46/ notedata/frames/lmp-46/dump.atom_energy notedata/frames/lmp-46/in.lmp notedata/frames/lmp-46/lmp.data notedata/frames/lmp-46/log.lammps notedata/frames/lmp-46/output_data.txt notedata/frames/lmp-46/test.py notedata/frames/lmp-47/ notedata/frames/lmp-47/dump.atom_energy notedata/frames/lmp-47/in.lmp notedata/frames/lmp-47/lmp.data notedata/frames/lmp-47/log.lammps notedata/frames/lmp-47/output_data.txt notedata/frames/lmp-47/test.py notedata/frames/lmp-48/ notedata/frames/lmp-48/dump.atom_energy notedata/frames/lmp-48/in.lmp notedata/frames/lmp-48/lmp.data notedata/frames/lmp-48/log.lammps notedata/frames/lmp-48/output_data.txt notedata/frames/lmp-48/test.py notedata/frames/lmp-49/ notedata/frames/lmp-49/dump.atom_energy notedata/frames/lmp-49/in.lmp notedata/frames/lmp-49/lmp.data notedata/frames/lmp-49/log.lammps notedata/frames/lmp-49/output_data.txt notedata/frames/lmp-49/test.py notedata/frames/lmp-5/ notedata/frames/lmp-5/dump.atom_energy notedata/frames/lmp-5/in.lmp notedata/frames/lmp-5/lmp.data notedata/frames/lmp-5/log.lammps notedata/frames/lmp-5/output_data.txt notedata/frames/lmp-5/test.py notedata/frames/lmp-50/ notedata/frames/lmp-50/dump.atom_energy notedata/frames/lmp-50/in.lmp notedata/frames/lmp-50/lmp.data notedata/frames/lmp-50/log.lammps notedata/frames/lmp-50/output_data.txt notedata/frames/lmp-50/test.py notedata/frames/lmp-51/ notedata/frames/lmp-51/dump.atom_energy notedata/frames/lmp-51/in.lmp notedata/frames/lmp-51/lmp.data notedata/frames/lmp-51/log.lammps notedata/frames/lmp-51/output_data.txt notedata/frames/lmp-51/test.py notedata/frames/lmp-52/ notedata/frames/lmp-52/dump.atom_energy notedata/frames/lmp-52/in.lmp notedata/frames/lmp-52/lmp.data notedata/frames/lmp-52/log.lammps notedata/frames/lmp-52/output_data.txt notedata/frames/lmp-52/test.py notedata/frames/lmp-53/ notedata/frames/lmp-53/dump.atom_energy notedata/frames/lmp-53/in.lmp notedata/frames/lmp-53/lmp.data notedata/frames/lmp-53/log.lammps notedata/frames/lmp-53/output_data.txt notedata/frames/lmp-53/test.py notedata/frames/lmp-54/ notedata/frames/lmp-54/dump.atom_energy notedata/frames/lmp-54/in.lmp notedata/frames/lmp-54/lmp.data notedata/frames/lmp-54/log.lammps notedata/frames/lmp-54/output_data.txt notedata/frames/lmp-54/test.py notedata/frames/lmp-55/ notedata/frames/lmp-55/dump.atom_energy notedata/frames/lmp-55/in.lmp notedata/frames/lmp-55/lmp.data notedata/frames/lmp-55/log.lammps notedata/frames/lmp-55/output_data.txt notedata/frames/lmp-55/test.py notedata/frames/lmp-56/ notedata/frames/lmp-56/dump.atom_energy notedata/frames/lmp-56/in.lmp notedata/frames/lmp-56/lmp.data notedata/frames/lmp-56/log.lammps notedata/frames/lmp-56/output_data.txt notedata/frames/lmp-56/test.py notedata/frames/lmp-57/ notedata/frames/lmp-57/dump.atom_energy notedata/frames/lmp-57/in.lmp notedata/frames/lmp-57/lmp.data notedata/frames/lmp-57/log.lammps notedata/frames/lmp-57/output_data.txt notedata/frames/lmp-57/test.py notedata/frames/lmp-58/ notedata/frames/lmp-58/dump.atom_energy notedata/frames/lmp-58/in.lmp notedata/frames/lmp-58/lmp.data notedata/frames/lmp-58/log.lammps notedata/frames/lmp-58/output_data.txt notedata/frames/lmp-58/test.py notedata/frames/lmp-59/ notedata/frames/lmp-59/dump.atom_energy notedata/frames/lmp-59/in.lmp notedata/frames/lmp-59/lmp.data notedata/frames/lmp-59/log.lammps notedata/frames/lmp-59/output_data.txt notedata/frames/lmp-59/test.py notedata/frames/lmp-6/ notedata/frames/lmp-6/dump.atom_energy notedata/frames/lmp-6/in.lmp notedata/frames/lmp-6/lmp.data notedata/frames/lmp-6/log.lammps notedata/frames/lmp-6/output_data.txt notedata/frames/lmp-6/test.py notedata/frames/lmp-60/ notedata/frames/lmp-60/dump.atom_energy notedata/frames/lmp-60/in.lmp notedata/frames/lmp-60/lmp.data notedata/frames/lmp-60/log.lammps notedata/frames/lmp-60/output_data.txt notedata/frames/lmp-60/test.py notedata/frames/lmp-61/ notedata/frames/lmp-61/dump.atom_energy notedata/frames/lmp-61/in.lmp notedata/frames/lmp-61/lmp.data notedata/frames/lmp-61/log.lammps notedata/frames/lmp-61/output_data.txt notedata/frames/lmp-61/test.py notedata/frames/lmp-62/ notedata/frames/lmp-62/dump.atom_energy notedata/frames/lmp-62/in.lmp notedata/frames/lmp-62/lmp.data notedata/frames/lmp-62/log.lammps notedata/frames/lmp-62/output_data.txt notedata/frames/lmp-62/test.py notedata/frames/lmp-63/ notedata/frames/lmp-63/dump.atom_energy notedata/frames/lmp-63/in.lmp notedata/frames/lmp-63/lmp.data notedata/frames/lmp-63/log.lammps notedata/frames/lmp-63/output_data.txt notedata/frames/lmp-63/test.py notedata/frames/lmp-64/ notedata/frames/lmp-64/dump.atom_energy notedata/frames/lmp-64/in.lmp notedata/frames/lmp-64/lmp.data notedata/frames/lmp-64/log.lammps notedata/frames/lmp-64/output_data.txt notedata/frames/lmp-64/test.py notedata/frames/lmp-65/ notedata/frames/lmp-65/dump.atom_energy notedata/frames/lmp-65/in.lmp notedata/frames/lmp-65/lmp.data notedata/frames/lmp-65/log.lammps notedata/frames/lmp-65/output_data.txt notedata/frames/lmp-65/test.py notedata/frames/lmp-66/ notedata/frames/lmp-66/dump.atom_energy notedata/frames/lmp-66/in.lmp notedata/frames/lmp-66/lmp.data notedata/frames/lmp-66/log.lammps notedata/frames/lmp-66/output_data.txt notedata/frames/lmp-66/test.py notedata/frames/lmp-67/ notedata/frames/lmp-67/dump.atom_energy notedata/frames/lmp-67/in.lmp notedata/frames/lmp-67/lmp.data notedata/frames/lmp-67/log.lammps notedata/frames/lmp-67/output_data.txt notedata/frames/lmp-67/test.py notedata/frames/lmp-68/ notedata/frames/lmp-68/dump.atom_energy notedata/frames/lmp-68/in.lmp notedata/frames/lmp-68/lmp.data notedata/frames/lmp-68/log.lammps notedata/frames/lmp-68/output_data.txt notedata/frames/lmp-68/test.py notedata/frames/lmp-69/ notedata/frames/lmp-69/dump.atom_energy notedata/frames/lmp-69/in.lmp notedata/frames/lmp-69/lmp.data notedata/frames/lmp-69/log.lammps notedata/frames/lmp-69/output_data.txt notedata/frames/lmp-69/test.py notedata/frames/lmp-7/ notedata/frames/lmp-7/dump.atom_energy notedata/frames/lmp-7/in.lmp notedata/frames/lmp-7/lmp.data notedata/frames/lmp-7/log.lammps notedata/frames/lmp-7/output_data.txt notedata/frames/lmp-7/test.py notedata/frames/lmp-70/ notedata/frames/lmp-70/dump.atom_energy notedata/frames/lmp-70/in.lmp notedata/frames/lmp-70/lmp.data notedata/frames/lmp-70/log.lammps notedata/frames/lmp-70/output_data.txt notedata/frames/lmp-70/test.py notedata/frames/lmp-71/ notedata/frames/lmp-71/dump.atom_energy notedata/frames/lmp-71/in.lmp notedata/frames/lmp-71/lmp.data notedata/frames/lmp-71/log.lammps notedata/frames/lmp-71/output_data.txt notedata/frames/lmp-71/test.py notedata/frames/lmp-72/ notedata/frames/lmp-72/dump.atom_energy notedata/frames/lmp-72/in.lmp notedata/frames/lmp-72/lmp.data notedata/frames/lmp-72/log.lammps notedata/frames/lmp-72/output_data.txt notedata/frames/lmp-72/test.py notedata/frames/lmp-73/ notedata/frames/lmp-73/dump.atom_energy notedata/frames/lmp-73/in.lmp notedata/frames/lmp-73/lmp.data notedata/frames/lmp-73/log.lammps notedata/frames/lmp-73/output_data.txt notedata/frames/lmp-73/test.py notedata/frames/lmp-74/ notedata/frames/lmp-74/dump.atom_energy notedata/frames/lmp-74/in.lmp notedata/frames/lmp-74/lmp.data notedata/frames/lmp-74/log.lammps notedata/frames/lmp-74/output_data.txt notedata/frames/lmp-74/test.py notedata/frames/lmp-75/ notedata/frames/lmp-75/dump.atom_energy notedata/frames/lmp-75/in.lmp notedata/frames/lmp-75/lmp.data notedata/frames/lmp-75/log.lammps notedata/frames/lmp-75/output_data.txt notedata/frames/lmp-75/test.py notedata/frames/lmp-76/ notedata/frames/lmp-76/dump.atom_energy notedata/frames/lmp-76/in.lmp notedata/frames/lmp-76/lmp.data notedata/frames/lmp-76/log.lammps notedata/frames/lmp-76/output_data.txt notedata/frames/lmp-76/test.py notedata/frames/lmp-77/ notedata/frames/lmp-77/dump.atom_energy notedata/frames/lmp-77/in.lmp notedata/frames/lmp-77/lmp.data notedata/frames/lmp-77/log.lammps notedata/frames/lmp-77/output_data.txt notedata/frames/lmp-77/test.py notedata/frames/lmp-78/ notedata/frames/lmp-78/dump.atom_energy notedata/frames/lmp-78/in.lmp notedata/frames/lmp-78/lmp.data notedata/frames/lmp-78/log.lammps notedata/frames/lmp-78/output_data.txt notedata/frames/lmp-78/test.py notedata/frames/lmp-79/ notedata/frames/lmp-79/dump.atom_energy notedata/frames/lmp-79/in.lmp notedata/frames/lmp-79/lmp.data notedata/frames/lmp-79/log.lammps notedata/frames/lmp-79/output_data.txt notedata/frames/lmp-79/test.py notedata/frames/lmp-8/ notedata/frames/lmp-8/dump.atom_energy notedata/frames/lmp-8/in.lmp notedata/frames/lmp-8/lmp.data notedata/frames/lmp-8/log.lammps notedata/frames/lmp-8/output_data.txt notedata/frames/lmp-8/test.py notedata/frames/lmp-80/ notedata/frames/lmp-80/dump.atom_energy notedata/frames/lmp-80/in.lmp notedata/frames/lmp-80/lmp.data notedata/frames/lmp-80/log.lammps notedata/frames/lmp-80/output_data.txt notedata/frames/lmp-80/test.py notedata/frames/lmp-81/ notedata/frames/lmp-81/dump.atom_energy notedata/frames/lmp-81/in.lmp notedata/frames/lmp-81/lmp.data notedata/frames/lmp-81/log.lammps notedata/frames/lmp-81/output_data.txt notedata/frames/lmp-81/test.py notedata/frames/lmp-82/ notedata/frames/lmp-82/dump.atom_energy notedata/frames/lmp-82/in.lmp notedata/frames/lmp-82/lmp.data notedata/frames/lmp-82/log.lammps notedata/frames/lmp-82/output_data.txt notedata/frames/lmp-82/test.py notedata/frames/lmp-83/ notedata/frames/lmp-83/dump.atom_energy notedata/frames/lmp-83/in.lmp notedata/frames/lmp-83/lmp.data notedata/frames/lmp-83/log.lammps notedata/frames/lmp-83/output_data.txt notedata/frames/lmp-83/test.py notedata/frames/lmp-84/ notedata/frames/lmp-84/dump.atom_energy notedata/frames/lmp-84/in.lmp notedata/frames/lmp-84/lmp.data notedata/frames/lmp-84/log.lammps notedata/frames/lmp-84/output_data.txt notedata/frames/lmp-84/test.py notedata/frames/lmp-85/ notedata/frames/lmp-85/dump.atom_energy notedata/frames/lmp-85/in.lmp notedata/frames/lmp-85/lmp.data notedata/frames/lmp-85/log.lammps notedata/frames/lmp-85/output_data.txt notedata/frames/lmp-85/test.py notedata/frames/lmp-86/ notedata/frames/lmp-86/dump.atom_energy notedata/frames/lmp-86/in.lmp notedata/frames/lmp-86/lmp.data notedata/frames/lmp-86/log.lammps notedata/frames/lmp-86/output_data.txt notedata/frames/lmp-86/test.py notedata/frames/lmp-87/ notedata/frames/lmp-87/dump.atom_energy notedata/frames/lmp-87/in.lmp notedata/frames/lmp-87/lmp.data notedata/frames/lmp-87/log.lammps notedata/frames/lmp-87/output_data.txt notedata/frames/lmp-87/test.py notedata/frames/lmp-88/ notedata/frames/lmp-88/dump.atom_energy notedata/frames/lmp-88/in.lmp notedata/frames/lmp-88/lmp.data notedata/frames/lmp-88/log.lammps notedata/frames/lmp-88/output_data.txt notedata/frames/lmp-88/test.py notedata/frames/lmp-89/ notedata/frames/lmp-89/dump.atom_energy notedata/frames/lmp-89/in.lmp notedata/frames/lmp-89/lmp.data notedata/frames/lmp-89/log.lammps notedata/frames/lmp-89/output_data.txt notedata/frames/lmp-89/test.py notedata/frames/lmp-9/ notedata/frames/lmp-9/dump.atom_energy notedata/frames/lmp-9/in.lmp notedata/frames/lmp-9/lmp.data notedata/frames/lmp-9/log.lammps notedata/frames/lmp-9/output_data.txt notedata/frames/lmp-9/test.py notedata/frames/lmp-90/ notedata/frames/lmp-90/dump.atom_energy notedata/frames/lmp-90/in.lmp notedata/frames/lmp-90/lmp.data notedata/frames/lmp-90/log.lammps notedata/frames/lmp-90/output_data.txt notedata/frames/lmp-90/test.py notedata/frames/lmp-91/ notedata/frames/lmp-91/dump.atom_energy notedata/frames/lmp-91/in.lmp notedata/frames/lmp-91/lmp.data notedata/frames/lmp-91/log.lammps notedata/frames/lmp-91/output_data.txt notedata/frames/lmp-91/test.py notedata/frames/lmp-92/ notedata/frames/lmp-92/dump.atom_energy notedata/frames/lmp-92/in.lmp notedata/frames/lmp-92/lmp.data notedata/frames/lmp-92/log.lammps notedata/frames/lmp-92/output_data.txt notedata/frames/lmp-92/test.py notedata/frames/lmp-93/ notedata/frames/lmp-93/dump.atom_energy notedata/frames/lmp-93/in.lmp notedata/frames/lmp-93/lmp.data notedata/frames/lmp-93/log.lammps notedata/frames/lmp-93/output_data.txt notedata/frames/lmp-93/test.py notedata/frames/lmp-94/ notedata/frames/lmp-94/dump.atom_energy notedata/frames/lmp-94/in.lmp notedata/frames/lmp-94/lmp.data notedata/frames/lmp-94/log.lammps notedata/frames/lmp-94/output_data.txt notedata/frames/lmp-94/test.py notedata/frames/lmp-95/ notedata/frames/lmp-95/dump.atom_energy notedata/frames/lmp-95/in.lmp notedata/frames/lmp-95/lmp.data notedata/frames/lmp-95/log.lammps notedata/frames/lmp-95/output_data.txt notedata/frames/lmp-95/test.py notedata/frames/lmp-96/ notedata/frames/lmp-96/dump.atom_energy notedata/frames/lmp-96/in.lmp notedata/frames/lmp-96/lmp.data notedata/frames/lmp-96/log.lammps notedata/frames/lmp-96/output_data.txt notedata/frames/lmp-96/test.py notedata/frames/lmp-97/ notedata/frames/lmp-97/dump.atom_energy notedata/frames/lmp-97/in.lmp notedata/frames/lmp-97/lmp.data notedata/frames/lmp-97/log.lammps notedata/frames/lmp-97/output_data.txt notedata/frames/lmp-97/test.py notedata/frames/lmp-98/ notedata/frames/lmp-98/dump.atom_energy notedata/frames/lmp-98/in.lmp notedata/frames/lmp-98/lmp.data notedata/frames/lmp-98/log.lammps notedata/frames/lmp-98/output_data.txt notedata/frames/lmp-98/test.py notedata/frames/lmp-99/ notedata/frames/lmp-99/dump.atom_energy notedata/frames/lmp-99/in.lmp notedata/frames/lmp-99/lmp.data notedata/frames/lmp-99/log.lammps notedata/frames/lmp-99/output_data.txt notedata/frames/lmp-99/test.py notedata/graph.000.pb notedata/in.lmp notedata/machine.json notedata/output_keep.lammpstrj notedata/resource.json
代码
文本
1. 从MD轨迹中抓取需要的结构
我们需要从目标轨迹中抓取所需的结构,转换成lammps的结构文件lmp.data
并进行结构优化。而在lammps的轨迹文件中通常是没有元素类型信息以及Masses
信息的,所以需要我们type_map
和mass_map
信息。
代码
文本
[11]
def grasp_struc_from_traj(traj_filename: str, energy_n_frame: int, type_map: dict, mass_map: dict):
strucs = System(traj_filename, 'lammps/dump')
selected_strucs = strucs[::energy_n_frame]
for i, frame in enumerate(selected_strucs):
frame.to('lmp', f'lmp-{i}.data')
with open(f'lmp-{i}.data', 'r') as fp:
lines = fp.readlines()
new_lines = lines[0:8]
new_lines.append('\n')
new_lines.append('Masses\n')
new_lines.append('\n')
for ele_type in type_map.keys():
new_lines.append(f'{int(ele_type[-1]) + 1} {mass_map[type_map[ele_type]]}\n')
new_lines.append('\n')
new_lines += lines[8:]
with open(f'lmp-{i}.data', 'w') as f:
f.writelines(new_lines)
os.makedirs(f'lmp-{i}', exist_ok=True)
shutil.copy(f'lmp-{i}.data', Path(f'lmp-{i}')/'lmp.data')
shutil.copy('graph.000.pb', Path(f'lmp-{i}'))
shutil.copy('in.lmp', Path(f'lmp-{i}'))
return None
代码
文本
在本次notebook中我们使用的元素类型如下type_map
所示
代码
文本
[12]
os.chdir('notedata')
type_map = {'TYPE_0': 'Si','TYPE_1':'O', 'TYPE_2':'Bi'}
mass_map = {'Si': 28.085, 'O': 15.999, 'Bi': 208.98}
traj_filename = 'output_keep.lammpstrj'
every_n_frame = 100
grasp_struc_from_traj(traj_filename, every_n_frame, type_map, mass_map)
代码
文本
我们的轨迹文件output_keep.lammpstrj中包含有400个构型,设定enery_n_frame=100
,能够提取4个结构,并得到包含有对应输入文件的文件夹。通过调整energy_n_frame
的数值可以修改提取结构的数量
代码
文本
[13]
!tree -L 1 lmp-*
lmp-0 ├── graph.000.pb ├── in.lmp └── lmp.data lmp-0.data [error opening dir] lmp-1 ├── graph.000.pb ├── in.lmp └── lmp.data lmp-1.data [error opening dir] lmp-2 ├── graph.000.pb ├── in.lmp └── lmp.data lmp-2.data [error opening dir] lmp-3 ├── graph.000.pb ├── in.lmp └── lmp.data lmp-3.data [error opening dir] 0 directories, 12 files
代码
文本
2. 进行结构优化
在本次的notebook中,我们使用dpdispatcher讲所有优化任务提交到远程计算节点中,所以我们需要对machine.json
文件中的bohrium账号等信息进行设置。
代码
文本
[12]
import json
import getpass
from monty.serialization import loadfn, dumpfn
file_path = './machine.json'
j = loadfn(file_path)
email = input('请输入你的 Bohrium 账户: ')
password = getpass.getpass('请输入你的 Bohrium 密码: ')
program_id = int(input('请输入你的 Bohrium 项目 ID【请输入整数】:'))
j['remote_profile']['email'] = email
j['remote_profile']['password'] = password
j['remote_profile']['program_id'] = program_id
with open(file_path, 'w') as f:
json.dump(j, f, indent=4)
请输入你的 Bohrium 账户: shenh@dp.tech 请输入你的 Bohrium 密码: ········ 请输入你的 Bohrium 项目 ID【请输入整数】: 11052
代码
文本
[53]
def run_minimize():
machine = Machine.load_from_json('machine.json')
resources = Resources.load_from_json('resource.json')
task_list = []
target_folders = [folder for folder in glob.glob('lmp*') if os.path.isdir(folder)]
for folder in target_folders:
task = Task(
command = 'lmp < in.lmp',
task_work_path = folder,
forward_files = ['graph.000.pb', 'in.lmp', 'lmp.data'],
outlog = "log",
errlog = "err"
)
task_list.append(task)
submission = Submission(
work_base='./',
machine = machine,
resources = resources,
task_list = task_list
)
submission.run_submission()
代码
文本
[54]
run_minimize()
2023-10-10 13:54:06,849 - INFO : info:check_all_finished: False 2023-10-10 13:54:06,851 - INFO : checking all job has been uploaded 2023-10-10 13:54:13,549 - INFO : job: b23cdfa34c2b4e2581180661a9149f257402fcdd submit; job_id is 9122331:job_group_id:11250847
代码
文本
修改配置文件后,配置文件中携带你的个人账户信息,请注意保密!
通常情况下,该文件不会被分享,你可以运行下面的代码以初始化该配置文件。代码
文本
[3]
# 运行以下代码以初始化 machine.json 配置文件
import json
import getpass
from monty.serialization import loadfn, dumpfn
file_path = './machine.json'
j = loadfn(file_path)
j['remote_profile']['email'] = 'your email here'
j['remote_profile']['password'] = 'password here'
j['remote_profile']['program_id'] = 11111111
with open(file_path, 'w') as f:
json.dump(j, f, indent=4)
print('初始化配置文件完成!')
--------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) Cell In[3], line 8 5 from monty.serialization import loadfn, dumpfn 7 file_path = './machine.json' ----> 8 j = loadfn(file_path) 10 j['remote_profile']['email'] = 'your email here' 11 j['remote_profile']['password'] = 'password here' File /opt/conda/lib/python3.8/site-packages/monty/serialization.py:63, in loadfn(fn, fmt, *args, **kwargs) 61 return msgpack.load(fp, *args, **kwargs) # pylint: disable=E1101 62 else: ---> 63 with zopen(fn, "rt") as fp: 64 if fmt == "yaml": 65 if YAML is None: File /opt/conda/lib/python3.8/site-packages/monty/io.py:45, in zopen(filename, *args, **kwargs) 43 if ext in (".XZ", ".LZMA"): 44 return lzma.open(filename, *args, **kwargs) ---> 45 return open(filename, *args, **kwargs) FileNotFoundError: [Errno 2] No such file or directory: './machine.json'
代码
文本
至此已经完成从lammps到轨迹中结构优化的过程。
代码
文本
作图分析
我们提供了400个frame的结构,通过前文的方法获得,在这部分结果的基础上进行作图分析。
代码
文本
[14]
def get_type_index(type_map, target_element):
for key, value in type_map.items():
if value == target_element:
type_index = int(key[-1]) + 1
return type_index
代码
文本
[15]
def parse_single(filename: str, target_element: str, type_map:dict):
data = []
type_index = get_type_index(type_map, target_element)
with open(filename, 'r') as file:
lines = file.readlines()
i = 0
while i < len(lines):
line = lines[i].strip()
if line.startswith("ITEM:"):
i += 9
continue
else:
item = line.split()
if int(item[1]) == int(type_index):
data.append(item)
i += 1
length = len(data)
n = length // 2
second_half_data = data[n::]
return second_half_data
代码
文本
[16]
def plot(target_folders: list, target_element: str, bins: int, type_map: dict):
filename = 'dump.atom_energy'
# output_filename = 'output_data.txt'
data = []
target_energy = []
folders = tqdm(target_folders)
head = [["index", "atom_types", "energy"],]
for folder in folders:
data = parse_single(Path(folder)/filename, target_element, type_map)
head = np.concatenate((head,data),axis=0)
plot_data = list(head[1:,2])
plot_data = [float(data) for data in plot_data]
x_min = float(min(plot_data))
x_max = float(max(plot_data))
plt.hist(plot_data, bins)
xticks = np.linspace(x_min, x_max, 5) # 生成等间距的刻度值
xtick_labels = ['{:.3f}'.format(x) for x in xticks]
plt.xticks(xticks, xtick_labels)
# plt.savefig('aaa.png',dpi=300)
plt.show()
代码
文本
[18]
# os.chdir('frames')
target_folders = [folder for folder in glob.glob('frames/lmp*') if os.path.isdir(folder)]
len(target_folders)
target_element = 'Bi'
hist_bins = 100
plot(target_folders, target_element, hist_bins, type_map)
代码
文本
[ ]
代码
文本
已赞1
本文被以下合集收录
离子迁移
赵钦福
更新于 2024-04-05
2 篇0 人关注
DOAS
赵钦福
更新于 2024-04-05
1 篇0 人关注
推荐阅读
公开
玩转分子轨道可视化jie
发布于 2024-04-29
2 赞
公开
走进科学计算_10_使用 Seaborn 绘图ck
发布于 2023-08-22
4 转存文件