GROMACS version:
GROMACS modification: Yes/No
Here post your question
Dear GROMACS users,
I need to perform MD simulations of Cu nanoparticles using GROMACS. I have created an .itp
file for Cu with the following content:
[ moleculetype ]
; Name nrexcl
cu 1
[ atoms ]
; nr type resnr resid atom cgnr charge mass
1 CU 1 CU CU 1 2.0 63.546
However, I am encountering an error: `Atomtype CU not found`. The existing GROMACS `.itp` files only include data for Cu (+1) and Cu (+2) ions, not for the neutral Cu atom. Additionally, the `.itp` files are read-only, so I cannot add the data for neutral Cu.
How can I resolve this issue?