README
1#//////////////////////////////////////////////////////////////////////////////////////
2#// This file is distributed under the University of Illinois/NCSA Open Source License.
3#// See LICENSE file in top directory for details.
4#//
5#// Copyright (c) 2016 Jeongnim Kim and QMCPACK developers.
6#//
7#// File developed by:Paul R. C. Kent, kentpr@ornl.gov, Oak Ridge National Laboratory
8#//
9#// File created by: Paul R. C. Kent, kentpr@ornl.gov, Oak Ridge National Laboratory
10#//////////////////////////////////////////////////////////////////////////////////////
11
12
13ppconvert supports conversion of pseudopotentials between different formats
14
15ppconvert is currently not built automatically, but can be built on limited platforms
16(Centos7, Ubuntu with intel 17 or 18 as of now) it may work on other platforms. Clang and GCC support with MKL are planned.
17
18cmake -DBUILD_PPCONVERT=1
19and
20make ppconvert
21
22If it's broken on your platform ask a developer or post on google groups.
23