Skip to content
Zed

Dense Evolution for Zed

io.github.tatopenn-cell/dense-evolution

Real quantum circuit simulator, VQE, molecular Hamiltonians, QM/MM forces, and MD via 21 tools.

client:Zed transport:stdio runtime:pypi

Install Dense Evolution in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "dense-evolution": {
      "command": "uvx",
      "args": [
        "dense-evolution"
      ],
      "env": {
        "DENSE_EVOLUTION_KERNEL_URL": "<DENSE_EVOLUTION_KERNEL_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Dense Evolution in other clients