ngspice
ngspice 45
Next Generation Spice (Electronic Circuit Simulator)
http://ngspice.sourceforge.netBSD 3-clause "New" or "Revised" LicenseGNU General Public License v2.0 or laterGNU Library General Public License v2 or later
main program: ngspiceprograms: ngspice
Maintainers
Platforms (45)
x86_64-solarisx86_64-cygwinarmv5tel-linuxpowerpc64-linuxarmv7a-netbsdx86_64-netbsdx86_64-openbsdmips64el-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ ngspice ];
Ad-hoc shell
nix-shell -p ngspice
Flake (nix run)
nix run nixpkgs#ngspice