2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-06-27 15:42:28 +02:00
DEHam/src/get_dmat.h

10 lines
351 B
C
Raw Normal View History

#include <stdio.h>
#include <petsctime.h>
#include <slepceps.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
void get_1rdm(PetscScalar *, PetscInt *, PetscInt *, int *, PetscReal *);
void get_2rdm(PetscScalar *valxr, PetscInt *Istart, PetscInt *Iend, int *natom, PetscReal *trace2rdm, double densmat2[*natom][*natom][*natom][*natom]);