conf_reader
Module for observable reader abstract class
-
class MDMC.readers.configurations.conf_reader.ConfigurationReader(file_name: str)[source]
Abstract class (as it does not implement Reader.parse
) that defines
properties common to all readers for configurations
A ConfigurationReader
is created using ConfigurationReaderFactory
-
property atoms: list[Atom]
The Atom objects parsed from the file.