Skip to main content
Ctrl+K

casm-tools

  • Installation
  • Usage
  • Reference
  • Bibliography
  • GitHub
  • PyPI
  • Installation
  • Usage
  • Reference
  • Bibliography
  • GitHub
  • PyPI

Section Navigation

  • casm.tools
    • casm.tools.calc
      • casm.tools.calc.commands
        • casm.tools.calc.commands.main
        • casm.tools.calc.commands.status
        • casm.tools.calc.commands.submit
        • casm.tools.calc.commands.vasp
      • casm.tools.calc.handlers
        • ArchiveReportHandler
        • CasmV1VaspReportHandler
        • CasmVaspReportHandler
        • VaspArchiveReportHandler
      • casm.tools.calc.methods
        • import_directory
      • casm.tools.calc.scripts
        • get_script_path
    • casm.tools.map
      • MappingSearchData
        • from_dict
        • move_options_to_history
        • notify_if_non_primitive
        • to_dict
        • validate_atom_frac
        • validate_atom_types
        • validate_fix_parent
        • validate_forced_on
        • validate_n_atoms
        • child_atom_count
        • child_atom_count_of_parent_types
        • child_atom_frac
        • child_atom_types
        • max_atom_count_per_parent_unitcell
        • min_atom_count_per_parent_unitcell
        • parent_atom_frac
        • parent_atom_types
        • parent_structure
        • parent_prim
        • child
        • options
        • mappings
        • uuids
        • options_history
      • StructureMappingSearch
        • add_new_results
        • tabulate_results
        • validate
        • write_options_history
        • write_results
        • opt
      • StructureMappingSearchOptions
        • from_dict
        • to_dict
      • casm.tools.map.commands
        • casm.tools.map.commands.main
        • casm.tools.map.commands.search
        • casm.tools.map.commands.search2
        • casm.tools.map.commands.write
      • casm.tools.map.methods
        • chain_is_in_orbit
        • child_supercell_size
        • is_equivalent_chain
        • make_chain_info
        • make_chain_orbit
        • make_child_supercell_info
        • make_child_superstructure
        • make_child_transformation_matrix_to_super
        • make_mapped_child_superstructure
        • make_parent_supercell_info
        • make_primitive_chain
        • make_primitive_chain_orbit
        • make_supercell_info
        • parent_supercell_factor_group_size
        • parent_supercell_size
    • casm.tools.shared
      • casm.tools.shared.ase_utils
        • make_ase_atoms
        • make_casm_structure
        • read_structure_traj_using_ase
        • read_structure_using_ase
        • write_structure_traj_using_ase
        • write_structure_using_ase
        • AseVaspTool
      • casm.tools.shared.contexts
        • captured_output
        • print_stringIO
        • working_dir
      • casm.tools.shared.file_utils
        • compress
        • printpathstr
        • uncompress
        • working_dir
      • casm.tools.shared.json_io
        • dump
        • get
        • pretty_json
        • printpathstr
        • read_cascading
        • read_contents
        • read_optional
        • read_required
        • safe_dump
      • casm.tools.shared.structure_io
        • read_structure
        • read_structure_traj
        • write_structure
        • write_structure_traj
      • casm.tools.shared.text_io
        • printpathstr
        • safe_write
  • casm package
  • casm.tools
  • casm.tools.map
  • StructureMappingSearch
  • tabulate_results

tabulate_results#

StructureMappingSearch.tabulate_results(
search_results: list[ScoredStructureMapping],
uuids: list[str],
parent: Structure,
child: Structure,
parent_prim: Prim,
) → str[source]#

Tabulate the results of the search.

previous

add_new_results

next

validate

On this page
  • StructureMappingSearch.tabulate_results()

© Copyright 2024, CASM Developers.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.