pyiron_ontology package

Subpackages

Submodules

Module contents

class pyiron_ontology.AtomisticsOntology(name: str = 'atomistics', closed: bool = True, strict: bool = False)[source]

Bases: Constructor

class pyiron_ontology.AtomisticsReasoner(ontology)[source]

Bases: object

search_database_for_property(my_property: onto.Generic, project: pyiron_atomistics.Project, select_alloy: str | None = None)[source]

Use the pyiron database to search for instances of an ontological generic parameter. Optionally filter by the chemistry of the job.

Parameters:
  • my_property

  • project

  • select_alloy

Returns:

class pyiron_ontology.Constructor(name: str, closed: bool = True, strict: bool = False, debug: int = 0)[source]

Bases: object

save()[source]
sync(closed=True, infer_property_values=True, infer_data_property_values=True, debug=0, strict=True)[source]
pyiron_ontology.dynamic

alias of DynamicOntologies