{"uid":"cap_e0wLcDcl7w-ZRM6DRP_9y","slug":"halowerk-quantum-annealer-schedule-generator-46d47207","name":"Halowerk Quantum Annealer Schedule Generator","description":"Interpolates a caller-supplied start and end temperature across a bounded number of steps using either a linear or geometric rule. It does not run an annealer, optimize a problem Hamiltonian or tune a schedule from hardware measurements.","url":"https://quantum.halowerk.com/v1/annealer-schedule","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"steps":{"type":"integer","maximum":2000,"minimum":2},"schedule":{"enum":["linear","geometric"],"type":"string"},"end_temperature":{"type":"number","maximum":1000000000000,"minimum":1e-12},"start_temperature":{"type":"number","maximum":1000000000000,"minimum":1e-12}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Ggbeo-mXe0UPoqYhF_CwF","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Interpolates a start and end temperature across a specified number of steps using either a linear or geometric progression rule.","exampleAgentPrompt":"Generate a geometric temperature schedule starting at 5000 and ending at 0.001 across 200 steps.","exampleUseCases":[{"title":"Simulated annealing cooling schedule","prompt":"I need a geometric cooling schedule that goes from a start temperature of 10000 down to 0.01 over 500 steps — can you generate that temperature sequence for me?"},{"title":"Linear temperature ladder for quantum experiment","prompt":"Create a linear temperature schedule starting at 300 and ending at 1 across 100 steps so I can use it as a discrete temperature ladder."},{"title":"Rapid prototyping of annealing parameters","prompt":"I want to compare how a linear versus geometric schedule looks going from 1000 to 0.001 over 50 steps — can you generate both schedules for me?"}],"resultDescription":"An ordered array of temperature values interpolated between start_temperature and end_temperature over the specified number of steps, following either a linear (equal arithmetic increments) or geometric (equal ratio increments) rule.","failureModes":["Invalid step count outside 2–2000 range returns validation error","start_temperature or end_temperature outside allowed range (1e-12 to 1e12) rejected","Geometric schedule with zero or negative temperatures is mathematically undefined and may be rejected","Missing required fields return a 400-level error","Swapped start/end temperatures produce ascending rather than descending schedules"],"whenToPreferThis":"Choose this endpoint when you need a deterministic, reproducible temperature sequence for use in simulated annealing, optimization algorithms, or any process requiring a scheduled cooldown from a high to low temperature. It is not a hardware annealer, quantum optimizer, or schedule auto-tuner — use it purely for generating interpolated temperature step arrays from caller-supplied bounds.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:32:42.843Z","isFirstParty":false}