|
| std::vector< std::string > | atom_labels = {"C", "H"} |
| |
| std::vector< int > | atom_counts = {1, 2} |
| |
| std::vector< std::vector< int > > | lnchi_counts = {{1, 1, 1}, {1, 1, 1}} |
| |
| CellIndex | cell_index = CellIndex(atom_labels, atom_counts, lnchi_counts, 1) |
| |
◆ atom_counts
| std::vector<int> CellIndexTest::atom_counts = {1, 2} |
|
protected |
◆ atom_labels
| std::vector<std::string> CellIndexTest::atom_labels = {"C", "H"} |
|
protected |
◆ cell_index
◆ lnchi_counts
| std::vector<std::vector<int> > CellIndexTest::lnchi_counts = {{1, 1, 1}, {1, 1, 1}} |
|
protected |
The documentation for this class was generated from the following file: