Skip to content

adapter

Structure (EntryAdapter)

Lazy structure resource converter.

Go to EntryAdapter to see the full list of methods and properties.

Attributes:

Name Type Description
ENTRY_RESOURCE StructureResource

This adapter stores entry resources as StructureResources.

_type_converters Dict[str, Callable]

Dictionary of valid conversion types for entry.

Currently available types:

  • aiida_structuredata
  • ase
  • cif
  • pdb
  • pdbx_mmcif
  • pymatgen
  • jarvis
as_<_type_converters>

Convert entry to a type listed in _type_converters.

ENTRY_RESOURCE (EntryResource) pydantic-model

Representing a structure.