Topological Material Analysis 0.5
Analyse the structures of materials using tools from TDA
Loading...
Searching...
No Matches
old-ToMA Namespace Reference

Variables

 parser
 
 action
 
 help
 
 choices
 
 default
 
 args = parser.parse_args()
 
 mode_config = configparser.ConfigParser()
 
 mode = mode_config.get(args.name, "MODE")
 
 file_format = mode_config.get(args.name,"FILE_FORMAT")
 
 configuration_file = mode_config.get(args.name,"CONFIGURATION_FILE")
 
 configuration = mode_config.get(args.name,"CONFIGURATION_NAME")
 
 n_threads = int(mode_config.get(args.name,"N_THREADS"))
 
 save_plots = bool(mode_config.get(args.name,"SAVE_PLOTS"))
 
bool kernel = True
 
bool image = True
 
bool cokernel = True
 
 thickness = float(mode_config.get(args.name, "THICKNESS"))
 
 structure_file = mode_config.get(args.name,"STRUCTURE_FILE")
 
 sample_time = mode_config.get(args.name,"SAMPLE_TIME")
 
 sample_start = int(mode_config.get(args.name,"SAMPLE_START"))
 
 sample_end = int(mode_config.get(args.name,"SAMPLE_END"))
 
 sample_step = int(mode_config.get(args.name,"SAMPLE_STEP"))
 
 parent_dir = mode_config.get(args.name, "PARENT_DIR")
 
 file_ext = mode_config.get(args.name, "FILE_EXT")
 

Variable Documentation

◆ action

old-ToMA.action

◆ args

old-ToMA.args = parser.parse_args()

◆ choices

old-ToMA.choices

◆ cokernel

bool old-ToMA.cokernel = True

◆ configuration

old-ToMA.configuration = mode_config.get(args.name,"CONFIGURATION_NAME")

◆ configuration_file

old-ToMA.configuration_file = mode_config.get(args.name,"CONFIGURATION_FILE")

◆ default

old-ToMA.default

◆ file_ext

old-ToMA.file_ext = mode_config.get(args.name, "FILE_EXT")

◆ file_format

str old-ToMA.file_format = mode_config.get(args.name,"FILE_FORMAT")

◆ help

old-ToMA.help

◆ image

bool old-ToMA.image = True

◆ kernel

bool old-ToMA.kernel = True

◆ mode

old-ToMA.mode = mode_config.get(args.name, "MODE")

◆ mode_config

old-ToMA.mode_config = configparser.ConfigParser()

◆ n_threads

int old-ToMA.n_threads = int(mode_config.get(args.name,"N_THREADS"))

◆ parent_dir

old-ToMA.parent_dir = mode_config.get(args.name, "PARENT_DIR")

◆ parser

old-ToMA.parser
Initial value:
1= argparse.ArgumentParser(prog="Topological Material Analysis",
2 formatter_class = argparse.RawTextHelpFormatter,
3 usage=)

◆ sample_end

old-ToMA.sample_end = int(mode_config.get(args.name,"SAMPLE_END"))

◆ sample_start

old-ToMA.sample_start = int(mode_config.get(args.name,"SAMPLE_START"))

◆ sample_step

old-ToMA.sample_step = int(mode_config.get(args.name,"SAMPLE_STEP"))

◆ sample_time

old-ToMA.sample_time = mode_config.get(args.name,"SAMPLE_TIME")

◆ save_plots

bool old-ToMA.save_plots = bool(mode_config.get(args.name,"SAVE_PLOTS"))

◆ structure_file

old-ToMA.structure_file = mode_config.get(args.name,"STRUCTURE_FILE")

◆ thickness

str old-ToMA.thickness = float(mode_config.get(args.name, "THICKNESS"))