Info PAT_NATOM = b'NATOM\\s*=\\s*\\d+' ¶ PAT_NRES = b'NRES\\s*=\\s*\\d+' ¶ PAT_WATER = b'Number of triangulated 3-point waters found:\\s*\\d+' ¶ AmberSystemInfoParser(engine=None) ¶ Bases: StateParser[AmberV22State] Parses the ‘SYSTEM INFO’ section (Amber v22) with a pluggable ScanEngine. engine = engine or StdRegexEngine() ¶ parse(data, state) ¶