File InformationOutput.h

Copyright

This code is licensed under the 3-clause BSD license.

Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.

See LICENSE.txt for details.

namespace Scine

This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.

This header contains alias definitions defining which classes to use for the different degrees of derivatives.

namespace Utils
namespace UniversalSettings
class InformationOutput
#include <InformationOutput.h>

This class prints information about setting descriptors in a human-readable format.

Public Static Functions

static void print(const std::string &key, const DescriptorCollection &settings, std::ostream &out, int indentation = 0, bool outputCollectionTitle = true)
static void printLong(const std::string &key, const DescriptorCollection &settings, std::ostream &out, int indentation = 0)

Less concise-version, may contain more details than print(…).