Hello everyone, I encountered the following error while attempting to construct a polymer with three or more monomers using EMC. Could anyone advise on the possible reasons for this issue?
Error: core/script/clusters/polymer.c:1036 ScriptClustersPolymerInit:
Exceeded iterations for polymer 'poly'.
Program aborted.
Here is my input file:
ITEM OPTIONS
replace true
field pcff
ntotal 500
ITEM END
# Groups
ITEM GROUPS
A *CNC*,1,B:1,2,B:1
B *CC*,2,C:1
C *CC(=O)C*,2,D:1
D *CN
ITEM END
# Clusters
ITEM CLUSTERS
poly random 1
ITEM END
# Polymers
ITEM POLYMERS
poly
1 A,1,B,2,C,2,D,2
ITEM END