qstem.config_io package

Submodules

qstem.config_io.config_model module

This file represents the standard dictionary of configuration settings. People can add arbitrary keys to this, but at a bare minimum, simulations need these keys to run.

qstem.config_io.config_qsc module

qstem.config_io.config_qsc.parse_config(filename, comment_char='%', option_char=':')[source]
qstem.config_io.config_qsc.read_qsc(input_filename)[source]

Parse an input qsc file

Returns: dict with standard (and possibly additional) keys

qstem.config_io.config_qsc.write_qsc(config_dict, output_filename)[source]

Write a qsc file from the config_dict

Module contents

qstem.config_io.read_qsc(input_filename)

Parse an input qsc file

Returns: dict with standard (and possibly additional) keys

qstem.config_io.write_qsc(config_dict, output_filename)

Write a qsc file from the config_dict