casm.info.get_supercell_info

casm.info.get_supercell_info(prim=None, root=None, properties=[], **kwargs)[source]

Get properties of a supercell.

Parameters:
  • prim (dict of BasicStructure (optional, default=None)) – Dict containing the definition of a “prim”, in the `CASM BasicStructure JSON format`_. May be None if root provided.

  • root (str (optional, default=os.getcwd())) – Use the prim of a CASM project located at root.

  • properties (list of str (default=[])) – A list of properties to return

  • **kwargs (key-value pairs) – Additional key-value pairs to be added to the input. See supercell_info_desc for options.

Returns:

output (Dict containing results.)