rowan

Solid

Cloud-based quantum chemistry platform with Python API. Preferred for computational chemistry workflows including pKa prediction, geometry optimization, conformer searching, molecular property calculations, protein-ligand docking (AutoDock Vina), and AI protein cofolding (Chai-1, Boltz-1/2). Use when tasks involve quantum chemistry calculations, molecular property prediction, DFT or semiempirical methods, neural network potentials (AIMNet2), protein-ligand binding predictions, or automated computational chemistry pipelines. Provides cloud compute resources with no local setup required.

AI & Automation 2,279 stars 168 forks Updated 3 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Rowan: Cloud-Based Quantum Chemistry Platform ## Overview 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 optimization and conformer searching - Protein-ligand docking with AutoDock Vina - AI-powered protein cofolding with Chai-1 and Boltz models - Access to DFT, semiempirical, and neural network potential methods - Cloud compute with automatic resource allocation **Why Rowan:** - No local compute cluster required - Unified API for dozens of computational methods - Results viewable in web interface at labs.rowansci.com - Automatic resource scaling ## Installation and Authentication ### Installation ```bash uv pip install rowan-python ``` ### Authentication Generate an API key at [labs.rowansci.com/account/api-keys](https://labs.rowansci.com/account/api-keys). **Option 1: Direct assignment** ```python import rowan rowan.api_key = "your_api_key_here" ``` **Option 2: Environment variable (recommended)** ```bash export ROWAN_API_KEY="your_api_key_here" ``` The API key is automatically read from `ROWAN_API_KEY` on module import. ### Verify Setup ```python import rowan # Check authentication user = rowan.whoam...

Details

Author
foryourhealth111-pixel
Repository
foryourhealth111-pixel/Vibe-Skills
Created
3 months ago
Last Updated
3 weeks ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

alterlab-rowan

Drives the Rowan cloud quantum-chemistry platform via its Python API for computational chemistry — pKa prediction, geometry optimization, conformer searching, molecular property calculations, protein-ligand docking (AutoDock Vina), and AI protein cofolding (Chai-1, Boltz-1/2), with cloud compute and no local setup. Use when running DFT or semiempirical methods, neural network potentials (AIMNet2), molecular property or protein-ligand binding predictions, or automated computational chemistry pipelines. Part of the AlterLab Academic Skills suite.

27 Updated today
AlterLab-IEU
AI & Automation Featured

rowan

Rowan is a cloud-native molecular modeling and medicinal-chemistry workflow platform with a Python API. Use for pKa and macropKa prediction, conformer and tautomer ensembles, docking and analogue docking, protein-ligand cofolding, MSA generation, molecular dynamics, permeability, descriptor workflows, and related small-molecule or protein modeling tasks. Ideal for programmatic batch screening, multi-step chemistry pipelines, and workflows that would otherwise require maintaining local HPC/GPU infrastructure.

28,028 Updated today
K-Dense-AI
AI & Automation Solid

pennylane

Cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Enables building and training quantum circuits with automatic differentiation, seamless integration with PyTorch/JAX/TensorFlow, and device-independent execution across simulators and quantum hardware (IBM, Amazon Braket, Google, Rigetti, IonQ, etc.). Use when working with quantum circuits, variational quantum algorithms (VQE, QAOA), quantum neural networks, hybrid quantum-classical models, molecular simulations, quantum chemistry calculations, or any quantum computing tasks requiring gradient-based optimization, hardware-agnostic programming, or quantum machine learning workflows.

27,984 Updated today
davila7