MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / GetStructureResponse

Class GetStructureResponse

bmtools/tools/chemical/prop/api.py:57–61  ·  view source on GitHub ↗

structure list

Source from the content-addressed store, hash-verified

55 names: List[str]
56
57class GetStructureResponse(BaseModel):
58
59 """structure list"""
60 state : int
61 content : Optional[str] = None
62
63class GetIDResponse(BaseModel):
64 state : int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected