{% extends "core/site_base.html" %} {% block tabtitle %}Pricing - Simmate{% endblock %} {% block body %} {% load static %}

Hosting Options

Self-Hosted

Free

    {# djlint:off #}
  • Who it’s for
    Individual researchers, hobbyists, and groups with their own servers. Python & Docker experience is recommended, but we try to write our guides for total begineers too.
  • Costs
    None. Everything is open-source, so you can download & run things locally.
  • Upkeep
    Server setup is optional, and you would handle installation, updates, and maintenance.
  • {# djlint:on #}
View Tutorials

Official Simmate Website

~50¢/cpu/hr

when using Simmate's cloud compute

OR

You get paid

when allowing others to use your compute
    {# djlint:off #}
  • Who it’s for
    Beginners & small groups that want to be part of our open collective. Keep in mind that all results are public and shared with others.
  • Costs
    Pay-as-you-go for cloud compute. Price per workflow varies, so read our Compute Costs section below.
  • Upkeep
    Managed by the Simmate team and always up-to-date.
  • {# djlint:on #}
{% if user.is_authenticated %} Start exploring {% else %} Sign up {% endif %}

Privately Hosted & Managed

Quote Required

Starting at $2,500/month
    {# djlint:off #}
  • Who it’s for
    Companies, labs, or enterprises needing dedicated infrastructure that is managed by the Simmate team.
  • Costs
    Pricing varies based on resources required, custom app development, etc.
  • Upkeep
    The Simmate team will maintain your infrastructure on private servers.
  • {# djlint:on #}
Contact Us

Data Access

All data is accessible for free.

And if you are on our public website, free data access includes *all* calculations ever submitted by *all* users. We recognize that this is undesirable for many research groups, but be aware you can still download Simmate and manage your database+compute privately. The public site will remain focused on our mission of openness.

Also, note that many of our datasets are made available through third-parties — such as the Materials Project, OQMD, JARVIS, and more. We will never charge for the access of data that is already free & open. Be sure to thank and properly attribute the original communities!


Compute Costs

Compute costs are based on the total resources and time used by a workflow run. The price is listed after providing your input structure(s)/molecules(s), and payment is carried out as soon as the workflow is submitted. Note, a refund is made in cases where the calculation fails or after a review when results are unsatisfactory.

It is important to recognize that price is not determined until you provide all input parameters, including your structure/molecule. This is because total CPU usage can vary even for identical workflows (e.g., due to differences in convergence). However, expected CPU time heavily depends on the submitted structure/molecule, meaning we can provide fair pricing before you submit. Paying at the start of calculations is counter to how other cloud platforms typically bill users. Is it more common to charge users after a calculation completes or even at a fixed rate throughout the compute run. We opt for the pay-first, run-second setup for several reasons:

Overall, this is why each workflow provides cost estimates and historical runtime data on its submission page.

Currently, all computations run on Kubernetes Pods hosted on DigitalOcean, so our pricing aligns closely with DigitalOcean’s rates, averaging about $0.50 per CPU hour.

Example prices using LiCoO2

Workflow CPU Time (hrs) Cost Estimate w. Cloud Compute Cost Estimate w. Personal Compute Description
Static Energy 0.001 $0.0005 $0.000075 Single-point SCF calculation of the 4-atom primitive cell. Used to determine the baseline electronic energy without ionic movement.
Relaxation 0.005 $0.0025 $0.000375 Full geometry optimization of the unit cell to find equilibrium lattice parameters and internal atomic positions.
DOS & Band-Structure 0.5 $0.75 $0.1125 Electronic property suite: high-k-mesh SCF followed by a non-SCF line-mode calculation to map the band gap and density of states.
Li+ Diffusion (NEB) 12 $6 $0.90 Nudged Elastic Band (NEB) with 5 images to calculate the migration barrier of a lithium ion moving between octahedral sites.
Molecular Dynamics (AIMD) 40 $20 $3.00 Ab-initio Molecular Dynamics (AIMD) on a 3x3x1 supercell. Simulates 2 ps of thermal trajectory at 300K to study lattice stability.
Fixed-Composition Search (Li3Co3O6) 50 $25 $3.75 Fix-composition structure search to find the most stable LiCoO2 polymorphs for up to 12-atom unitcells. This involves ~200-300 individual structure relaxations.
Chemical System Search (Li-Co-O) 500 $250 $37.50 Global structure search to find stable Li-Co-O polymorphs, involving >5,000 individual structure relaxations for unitcells with up to 12 atoms.

Digital Currencies

USDC

1 USDC = $1 for compute costs & workflows

Tokens

1 Token = $1 of estimated costs outside of Simmate
{% endblock %}