Adaptyv
Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or…
Maintainer K-Dense Inc. · Last updated April 1, 2026
Rowan is a cloud-based computational chemistry platform that provides programmatic access to quantum chemistry workflows through a Python API. It enables automation of complex molecular simulations without requiring local computational resources or expertise in multiple quantum chemistry packages. **Key Capabilities:** - Molecular property prediction (pKa, redox potential, solubility, ADMET-Tox) - Geometry optimi.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/rowan
Skill Snapshot
Source Doc
Generate an API key at labs.rowansci.com/account/api-keys.
Option 1: Direct assignment
Option 2: Environment variable (recommended)
The API key is automatically read from ROWAN_API_KEY on module import.
Calculate the acid dissociation constant for molecules:
import rowan
import stjames
## Create molecule from SMILES
mol = stjames.Molecule.from_smiles("c1ccccc1O") # Phenol
Related skills
Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein sequences via API or…
Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences fold correctly, (2) P…
Antibody design: epitope mapping, CDR engineering, bispecific construction.
End-to-end binder design using BindCraft hallucination. Use this skill when: (1) Designing protein binders with built-in AF2 validation, (2)…