sarkas.utilities.io#

Module handling the I/O for an MD run.

Functions

alpha_to_int(text)

Convert strings of numbers into integers.

convert_bytes(tot_bytes)

Convert bytes to human-readable GB, MB, KB.

num_sort(text)

Sort strings with numbers inside.

print_to_logger(message, log_file[, ...])

Print observable useful info to log file and to screen if self.verbose is True.

Classes

InputOutput([process])

Class handling the input and output functions of the MD run.