ToolAssay

Physical chemistry (Cantera + CoolProp)

Physical chemistry (Cantera + CoolProp): chemical equilibrium, adiabatic flame temperature, ignition delay, reactor simulation, flame speed, and thermo/transport/fluid properties. Bundled mechanisms (gri30, h2o2, air). Paid in USDC on Base or Solana.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
343 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://quantum-artificer.surewhynot.app/v1/chemistry/compute

CategoryMarket data
Provider hostquantum-artificer.surewhynot.app
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 343 ms

Example input (from the provider)

{
  "body": {
    "operation": "adiabatic_flame_temp",
    "spec": {
      "P": 101325,
      "T0": 300,
      "fuel": {
        "CH4": 1
      },
      "mechanism": "gri30",
      "phi": 1
    }
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "operation": {
              "description": "Operation within this domain.",
              "enum": [
                "thermo_properties",
                "equilibrium",
                "adiabatic_flame_temp",
                "ignition_delay",
                "reactor_sim",
                "flame_speed",
                "fluid_properties"
              ],
              "type": "string"
            },
            "spec": {
              "description": "Operation-specific structured problem definition \u2014 see /v1/capabilities for the exact shape per operation.",
              "type": "object"
            }
          },
          "required": [
            "operation",
            "spec"
          ],
          "type": "object"
        },
        "bodyType": {
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON