octadist.popup

octadist.src.popup.err_no_file()[source]

Show this error when no input files uploaded/opened.

octadist.src.popup.err_invalid_ftype()[source]

Show this error popup when file type is not supported by the program.

octadist.src.popup.err_no_coord(i)[source]

Show this error popup when the program cannot read the atomic coordinates of complex inside the file or cannot extract the coordinates from the complex.

This will happen only if the input has no the proper format of atomic coordinates.

Parameters:

i (int) – Number of file.

octadist.src.popup.err_less_ligands(i)[source]

Show this error popup when the complex has ligand atoms less that six atoms.

Parameters:

i (int) – Number of file.

octadist.src.popup.err_no_metal()[source]

Show this error popup when the complex has no transition metal atom.

octadist.src.popup.err_no_calc()[source]

Show this error popup when the user requests function that the results are required, but the results have not been computed yet.

octadist.src.popup.err_only_2_files()[source]

Show this error popup when having not uploaded two complexes for using the RMSD function.

octadist.src.popup.err_not_equal_atom()[source]

Show this error popup when the total number of atoms of two complexes are not equal.

octadist.src.popup.err_atom_not_match(line)[source]

show this error popup when atomic symbol of two similar complexes does not match.

Parameters:

line (int) – The line number that atomic symbol does not match.

octadist.src.popup.err_many_files()[source]

Show this error popup when user has loaded too many files.

octadist.src.popup.err_wrong_format()[source]

Show this error popup when user has loaded the file that is not supported by OctaDist.

octadist.src.popup.err_no_editor()[source]

Show this error popup if text editor path is empty.

octadist.src.popup.err_visualizer_not_found()[source]

Show this error popup if user-defined visualizer is not available.

octadist.src.popup.err_cannot_update()[source]

Show this error popup when the program cannot detect the operating system that the user is using.

octadist.src.popup.info_save_results(file)[source]

show this info popup when an output file has been saved successfully.

Parameters:

file (str) – Absolute or full path of saved output file.

octadist.src.popup.info_new_update()[source]

Show this info popup when new version is available for update.

octadist.src.popup.info_using_dev()[source]

Show this info popup if user is using a development build version.

octadist.src.popup.info_no_update()[source]

Show this info popup if program is the latest version.

octadist.src.popup.warn_no_metal(i)[source]

Show this warning popup if no transition metal was found.

Parameters:

i (int) – Number of file.

octadist.src.popup.warn_not_octa()[source]

Show this warning popup if the complex is non-octahedral structure.