It is possible that for distorted sidechains, neither of the two possibilities satisfies the IUPAC convention. In such a case, a warning message is written to the log file.
# This will swap certain atom names in some planar sidechains to satisfy # the IUPAC convention. env = environ() log.level(1, 1, 1, 1, 0) mdl = model(env, file='2abx') mdl.to_iupac() mdl.write(file='2abx.iup')