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

Variables

 parser
 
 action
 
 help
 
 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-cli.action

◆ args

ToMA-cli.args = parser.parse_args()

◆ cokernel

bool ToMA-cli.cokernel = True

◆ configuration

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

◆ configuration_file

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

◆ file_ext

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

◆ file_format

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

◆ help

ToMA-cli.help

◆ image

bool ToMA-cli.image = True

◆ kernel

bool ToMA-cli.kernel = True

◆ mode

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

◆ mode_config

ToMA-cli.mode_config = configparser.ConfigParser()

◆ n_threads

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

◆ parent_dir

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

◆ parser

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

◆ sample_end

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

◆ sample_start

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

◆ sample_step

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

◆ sample_time

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

◆ save_plots

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

◆ structure_file

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

◆ thickness

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