DMT-Core
Tool to help modeling engineers extract model parameters, run circuit and TCAD simulations and automate infrastructure
This project is funded by NLnet through these subgrants:
Options
programs.dmt-core
- programs.dmt-core.enable
-
Whether to enable dmt-core.
- Type:
boolean
- Default:
false
- programs.dmt-core.package
-
The dmt-core package to use.
- Type:
package
- Default:
pkgs.python3Packages.dmt-core
Examples
{ ... }: { programs.dmt-core.enable = true; }