You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
when i use the this code, the cpu load is always equal when allocate 32 core and 1 core.
i think this code is run using in 1 core-cpu.
from m3gnet.models import Relaxer
relaxer = Relaxer()
relax_results = relaxer.relax(candidate_structure[0], verbose=True, steps=2000, interval=20, )
Thank you for creating such an amazing code.