원클릭으로
ase-geometry-optimization-md
Running molecular geometry optimization and molecular dynamics (MD) simulations using ASE and MLIPs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Running molecular geometry optimization and molecular dynamics (MD) simulations using ASE and MLIPs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ase_geometry_optimization_md |
| description | Running molecular geometry optimization and molecular dynamics (MD) simulations using ASE and MLIPs. |
Use this skill when running relaxation calculations (to find minimum energy structures) or Molecular Dynamics (MD) trajectories using Atomic Simulation Environment (ASE) and a Machine Learning Interatomic Potential (MLIP).
Finding the ground-state conformation requires minimizing the total potential energy of the system with respect to atomic coordinates.
MD simulates the physical movements of atoms over time by solving Newton's equations of motion: $$F = m \cdot a$$
Run the script ase_md_simulation.py to perform optimization and Langevin dynamics:
python scripts/ase_md_simulation.py --temp 300 --steps 100
This script relaxes a cluster of atoms and runs NVT dynamics, saving a .traj history.
Mitigating the effect of activity cliffs using Triplet Soft Margin (TSM) loss on High-Value Activity Cliff Triplets (HV-ACTs).
Generating 3D molecular conformations and preparing input files for quantum chemistry DFT calculations.
Constructing Gaussian output neural networks and training deep ensembles to quantify aleatoric and epistemic uncertainty.
Implementing Delta-ML (residual learning between low and high levels of theory) and model transfer learning.
Optimizing molecular feature weights and performing feature selection via Differentiable Information Imbalance (DII).
Active learning loops for MLIPs using uncertainty-biased configuration selection and DFT query oracle simulation.