{
  "version": 1,
  "circuit": {
    "components": {
      "X1": {
        "type": "resistor",
        "resistance": 10000
      },
      "X2": {
        "type": "resistor",
        "resistance": 100000
      },
      "X3": {
        "type": "op-amp"
      }
    },
    "ports": {
      "X4": {
        "kind": "terminal"
      },
      "X5": {
        "kind": "terminal"
      },
      "X6": {
        "kind": "terminal"
      },
      "X7": {
        "kind": "terminal"
      },
      "X8": {
        "kind": "ground"
      }
    },
    "nets": {
      "node/one~": [
        "X4",
        "X1.a"
      ],
      "node2": [
        "X1.b",
        "X2.a",
        "X3.inverting"
      ],
      "node3": [
        "X3.output",
        "X2.b",
        "X5"
      ],
      "node4": [
        "X3.noninverting",
        "X8"
      ],
      "node5": [
        "X3.vplus",
        "X6"
      ],
      "node6": [
        "X3.vminus",
        "X7"
      ]
    }
  },
  "layout": {
    "preset": "inverting-amplifier",
    "roles": {
      "inputResistor": "X1",
      "feedback": "X2",
      "amplifier": "X3",
      "input": "X4",
      "output": "X5",
      "positiveSupply": "X6",
      "negativeSupply": "X7",
      "ground": "X8"
    }
  },
  "presentation": {
    "title": "Author-named graph",
    "theme": {
      "preset": "geist-print"
    },
    "highlight": {
      "components": [],
      "nets": []
    }
  }
}
