AI摘要:The bond_style in the program determines whether chemical bonds break based on two criteria: interatomic distance greater than 4e-10m and vibrational quantum numbers not exceeding 50.

Powered by AISummary and Kimi.

bond_style设置的化学键不会判断是否断开……隔了很远都能输出bond的值。

目前的程序设为综合两点判断,一是两原子间距>4e-10m,则化学键一定断开了,在文献中看到其他人这么判断的;二是两原子间距<4e-10m但拟合的振动量子数不可以超过50,这是由bond_style可以计算出的极限,如果超过了这个值后续运动一定会原地解离相互远离。