PotentialTemplate

A TemplateWriter that handles most of the necessary boiler plate to get a C++ potential to play nice with DoMyCode

Properties and Methods

 

__init__(self, *ignored, lib_name=None, function_name=None, potential_source=None, raw_array_potential=None, arguments=None, linked_libs=None, static_source=False, extra_functions=(), fortran_potential=False, shim_script=None, conversion=None): 
  • lib_name: str

    No description…

  • function_name: Any

    No description…

  • potential_source: Any

    No description…

  • raw_array_potential: Any

    No description…

  • arguments: Any

    No description…

  • linked_libs: Any

    No description…

  • extra_functions: Any

    Extra functions if we’ll have more than the default one

 

apply(self, out_dir): 

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings