Search Criteria
Package Details: atompaw 4.1.0.6-1
Git Clone URL: | https://aur.archlinux.org/atompaw.git (read-only, click to copy) |
---|---|
Package Base: | atompaw |
Description: | Tool to generate projector and basis functions needed for performing electronic structure calculations based on the projector augmented wave (PAW) method. |
Upstream URL: | http://users.wfu.edu/natalie/papers/pwpaw/man.html |
Licenses: | |
Submitter: | jspencer |
Maintainer: | jspencer |
Last Packager: | jspencer |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2012-04-13 01:33 |
Last Updated: | 2019-08-28 21:19 |
Dependencies (4)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- libxc (libxc3)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- csh (optional) – analysis scripts
Latest Comments
jspencer commented on 2017-10-27 09:34
Sorry, typo after I realised libxc was being used but not checked for. Fixed now.
jayands commented on 2017-10-27 04:25
Hello
The dependencies are broken, since they are listed as one quoted item instead of two separate quoted items
```
depends=('lapack libxc')
```
should be
```
depends=('lapack' 'libxc')
```