sc-config
Scientific Computing Toolkit (development files)
Install
- All systems
-
curl cmd.cat/sc-config.sh
- Debian
-
apt-get install libsc-dev
- Ubuntu
-
apt-get install libsc-dev
- Kali Linux
-
apt-get install libsc-dev
- Fedora
-
dnf install mpqc-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsc-dev
- Raspbian
-
apt-get install libsc-dev
- Dockerfile
- dockerfile.run/sc-config
libsc-dev
Scientific Computing Toolkit (development files)
The Scientific Computing toolkit (SC) provides C++ class libraries for scientific computation. Included are classes for managing memory, saving and restoring the state of objects, reading objects from an input file, parallel communication, matrix algebra, among others. Class libraries supporting quantum chemistry applications are provided with this distribution of SC. This package includes the static libraries and header files.