Skip to content
Discussion options

You must be logged in to vote

@HaoWan2025 sorry, it looks like I made a mistake and didn't spot what was wrong with the ASE script -- the chemical_symbols should correspond to the full list used for training the model. One can just not provide it to get the right behavior, with the equilibirum lattice constant close to what's expected. The original simulation is probably using some other element such that cubic diamond (maybe hydrogen) was likely never seen in the dataset I'm guessing.

from ase.build import bulk
import numpy as np
import matplotlib.pyplot as plt
from nequip.ase import NequIPCalculator

# Initialize the nequip calculator
calculator = NequIPCalculator.from_compiled_model(
    compile_path="mir-group__Ne…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cw-tan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants