Skip to main content
POST
/
quantlib
/
physics
/
thermodynamics
/
maxwell-relations
Get Maxwell Thermodynamic Relations
curl --request POST \
  --url https://finceptbackend.share.zrok.io/quantlib/physics/thermodynamics/maxwell-relations \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "success": true,
  "data": {
    "maxwell_relations": [
      "(∂T/∂V)_S = -(∂P/∂S)_V",
      "(∂T/∂P)_S = (∂V/∂S)_P",
      "(∂S/∂V)_T = (∂P/∂T)_V",
      "(∂S/∂P)_T = -(∂V/∂T)_P"
    ]
  }
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register

Body

application/json

The body is of type object.

Response

Maxwell relations returned successfully

success
boolean
Example:

true

data
object