Skip to main content
POST
/
quantlib
/
physics
/
ising
/
critical-temperature
curl --request POST \
  --url https://finceptbackend.share.zrok.io/quantlib/physics/ising/critical-temperature \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "J": 1
}'
{
  "success": true,
  "data": {
    "critical_temperature": 2.269,
    "coupling_constant": 1
  }
}

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
J
number
default:1

Coupling constant (interaction strength)

Example:

1

Response

Critical temperature calculated successfully

success
boolean
Example:

true

data
object