ワンクリックで
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 職業分類に基づく
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.
| 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.