(git:ed6f26b)
Loading...
Searching...
No Matches
grpp_type1_mcmurchie_davidson.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#ifndef __TYPE1_MCMURCHIE_DAVIDSON_H__
16#define __TYPE1_MCMURCHIE_DAVIDSON_H__
17
18#include "libgrpp_types.h"
19
21 libgrpp_shell_t *shell_A, libgrpp_shell_t *shell_B, double *origin_C,
22 double alpha_C, int ecp_power, double *rpp_matrix);
23
24#endif // TYPE1_MCMURCHIE_DAVIDSON_H
void libgrpp_type1_integrals_mcmurchie_davidson_1978(libgrpp_shell_t *shell_A, libgrpp_shell_t *shell_B, double *origin_C, double alpha_C, int ecp_power, double *rpp_matrix)