(git:ed6f26b)
Loading...
Searching...
No Matches
grpp_diff_gaussian.h
Go to the documentation of this file.
1/*----------------------------------------------------------------------------*/
2/* CP2K: A general program to perform molecular dynamics simulations */
3/* Copyright 2000-2025 CP2K developers group <https://cp2k.org> */
4/* */
5/* SPDX-License-Identifier: MIT */
6/*----------------------------------------------------------------------------*/
7
8/*
9 * libgrpp - a library for the evaluation of integrals over
10 * generalized relativistic pseudopotentials.
11 *
12 * Copyright (C) 2021-2023 Alexander Oleynichenko
13 */
14
15/*
16 * Differentiation of contracted Gaussian functions.
17 * Derivatives are then used to calculate analytic gradients of 1-el integrals.
18 */
19
20#ifndef LIBGRPP_DIFF_GAUSSIAN_H
21#define LIBGRPP_DIFF_GAUSSIAN_H
22
23#include "libgrpp_types.h"
24
26 libgrpp_shell_t **shell_minus,
27 libgrpp_shell_t **shell_plus);
28
29#endif // LIBGRPP_DIFF_GAUSSIAN_H
void libgrpp_differentiate_shell(libgrpp_shell_t *shell, libgrpp_shell_t **shell_minus, libgrpp_shell_t **shell_plus)