Loading...
Searching...
No Matches
density.hpp File Reference

Type- or kind-resolved Cartesian number-density histogram. More...

#include <mol_sys.hpp>
#include <site.hpp>
#include <vector>

Go to the source code of this file.

Classes

struct  site::DensityZ

Namespaces

namespace  site

Functions

DensityZ site::densityZ (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, int typeI, int nbin, int axis)
 Histogram Point::{x,y,z} for typeI (0 = every atom). axis is 0, 1, or 2.
DensityZ site::densityZ (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, const Table &table, Kind kind, int nbin, int axis)
 Same histogram, restricted to atoms whose Table kind matches.

Detailed Description

Type- or kind-resolved Cartesian number-density histogram.

This is not a 2-periodic MIC. Each slab volume is A_perp * dz, with A_perp from dump H (ly*lz for x, lx*lz for y, lx*ly for z) using recovered lx, ly, lz, not bound spans.

Definition in file density.hpp.