Quantum Expectations for LangChain
com.quantum-expectations/quantum-expectations
Quantum error-correction feasibility: success probability, qubit overhead, records, trends.
client:LangChain
transport:streamable-http
tools:13
Install Quantum Expectations in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"quantum-expectations": {
"transport": "streamable_http",
"url": "https://www.quantum-expectations.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- compute_expectation
- compute_required_error_rate
- compute_fault_tolerant_resources
- compare_hardware_scenarios
- list_current_quantum_computers
- list_quops_scores
- list_hardware_timings
- compute_quantum_volume_rate
- fit_historic_series
- list_example_algorithms
- list_qldpc_codes
- get_historic_series
- get_agent_brief