NAPISD
PAHdb website C++ backend
Loading...
Searching...
No Matches
Atom.cpp
1#include "Atom.h"
2
3Atom::Atom(double x, double y, double z, int type) : _x(x), _y(y), _z(z) {
4
5 setType(type);
6}
7
8void Atom::setType(int type) {
9
10 _type = type;
11
12 _mass = AtomicMasses[type];
13
14 _size = AtomicSizes[type];
15
16 _cpkcolor = AtomicCPKColors[type];
17}

From FY2025 onward the NASA Ames PAH IR Spectroscopic Database is being supported through the Laboratory Astrophysics Round 3 directed Work Package at NASA Ames.
From FY2023-2025 the NASA Ames PAH IR Spectroscopic Database was supported through the Laboratory Astrophysics Round 2 directed Work Package at NASA Ames.
From FY2019-2022 the NASA Ames PAH IR Spectroscopic Database was supported through a directed Work Package at NASA Ames titled: "Laboratory Astrophysics – The NASA Ames PAH IR Spectroscopic Database".
© Copyright 2021-2025, Christiaan Boersma