Topological Material Analysis 1
Analyse the structures of materials using tools from TDA
Loading...
Searching...
No Matches
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

ToMA.action

◆ args

ToMA.args = parser.parse_args()

◆ choices

ToMA.choices

◆ cokernel

bool ToMA.cokernel = True

◆ configuration

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

◆ configuration_file

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

◆ default

ToMA.default

◆ file_ext

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

◆ file_format

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

◆ help

ToMA.help

◆ image

bool ToMA.image = True

◆ kernel

bool ToMA.kernel = True

◆ mode

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

◆ mode_config

ToMA.mode_config = configparser.ConfigParser()

◆ n_threads

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

◆ parent_dir

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

◆ parser

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

◆ sample_end

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

◆ sample_start

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

◆ sample_step

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

◆ sample_time

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

◆ save_plots

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

◆ structure_file

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

◆ thickness

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