QNANO
Main Page
Related Pages
Classes
Files
File List
include
tightbinding
Surface_Passivation_Block_sp.h
1
#ifndef QNANO_NEW_SURFACE_PASSIVATION_BLOCK_SP_DEFINED_H
2
#define QNANO_NEW_SURFACE_PASSIVATION_BLOCK_SP_DEFINED_H
3
4
#include <cstdlib>
5
#include <cmath>
6
7
class
Surface_Passivation_Block_sp
{
8
public
:
9
double
**block;
10
11
void
allocate();
12
void
deallocate();
13
void
initialize_block();
14
void
add_to_block_from_neighbor(
double
L,
double
M,
double
N);
15
16
Surface_Passivation_Block_sp
();
17
~
Surface_Passivation_Block_sp
();
18
19
};
20
21
#endif
Surface_Passivation_Block_sp
Definition:
Surface_Passivation_Block_sp.h:7
Generated by
1.8.11