{
  "title": "AbsorberParams",
  "public_path": "flex_rf.tidy3d.AbsorberParams",
  "lookup_path": "tidy3d.AbsorberParams",
  "slug": "flex_rf/tidy3d/AbsorberParams",
  "public_url": "/rf/latest/autogenerated/flex_rf/tidy3d/absorberparams/",
  "object_kind": "class",
  "introduction": "Specifies parameters common to Absorbers and PMLs.",
  "notes": "",
  "examples": "```python\nparams = AbsorberParams(sigma_order=3, sigma_min=0.0, sigma_max=1.5)\n```",
  "references": "",
  "signature": "class AbsorberParams(Tidy3dBaseModel)",
  "source": {
    "path": "flex/public/tidy3d/tidy3d/components/boundary.py",
    "url": "",
    "lineno": 595,
    "endlineno": 624
  },
  "bases": [
    "Tidy3dBaseModel"
  ],
  "parameter_rows": [
    {
      "name": "sigma_order",
      "annotation": "NonNegativeInt",
      "default": "3",
      "description": "Order of the polynomial describing the absorber profile ($$\\mathrm{dist}^{\\text{sigma\\_order}}$$).",
      "origin": "declared"
    },
    {
      "name": "sigma_min",
      "annotation": "NonNegativeFloat",
      "default": "0.0",
      "description": "Minimum value of the absorber conductivity.",
      "origin": "declared"
    },
    {
      "name": "sigma_max",
      "annotation": "NonNegativeFloat",
      "default": "1.5",
      "description": "Maximum value of the absorber conductivity.",
      "origin": "declared"
    },
    {
      "name": "attrs",
      "annotation": "dict",
      "default": "factory: dict",
      "description": "Dictionary storing arbitrary metadata for a Tidy3D object. This dictionary can be freely used by the user for storing data without affecting the operation of Tidy3D as it is not used internally. Note that, unlike regular Tidy3D fields, `attrs` are mutable. For example, the following is allowed for setting an `attr` `obj.attrs['foo'] = bar`. Also note that Tidy3D will raise a `TypeError` if `attrs` contain objects that can not be serialized. One can check if `attrs` are serializable by calling `obj.model_dump_json()`.",
      "origin": "inherited"
    }
  ],
  "members": [],
  "group": "flex_rf.tidy3d"
}
