-- full integration with mol-edit backend
-- added readme
-- added vqe local_computational
This commit is contained in:
2026-05-25 19:17:04 +03:00
parent 76fe1c4294
commit c5ece3ff37
16 changed files with 1134 additions and 163 deletions

View File

@@ -9,6 +9,10 @@ class ConvertRequest(BaseModel):
optimize_geometry: bool = False
class SmilesRequest(BaseModel):
text: str
class MolFileModel(BaseModel):
molfile: str