RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
MaestroProperties.h
Go to the documentation of this file.
1//
2// Copyright (C) 2024 Schrödinger, LLC
3//
4// @@ All Rights Reserved @@
5// This file is part of the RDKit.
6// The contents are covered by the terms of the BSD license
7// which is included in the file license.txt, found at the root
8// of the RDKit source tree.
9//
10#ifndef RD_MAESTROPROPERTIES_H
11#define RD_MAESTROPROPERTIES_H
12
13#include <string>
14
15namespace RDKit {
16namespace FileParsers {
17namespace schrodinger {
18
19static const std::string MAE_ATOM_TYPE = "i_m_mmod_type";
20static const std::string MAE_BOND_DATIVE_MARK = "b_sPrivate_dative_bond";
21static const std::string MAE_BOND_PARITY = "i_sd_original_parity";
22static const std::string MAE_ENHANCED_STEREO_STATUS =
23 "i_m_ct_enhanced_stereo_status";
24static const std::string MAE_RGROUP_LABEL = "i_sd__MolFileRLabel";
25static const std::string MAE_STEREO_STATUS = "i_m_ct_stereo_status";
26static const std::string PDB_ATOM_NAME = "s_m_pdb_atom_name";
27static const std::string PDB_CHAIN_NAME = "s_m_chain_name";
28static const std::string PDB_INSERTION_CODE = "s_m_insertion_code";
29static const std::string PDB_OCCUPANCY = "r_m_pdb_occupancy";
30static const std::string PDB_RESIDUE_NAME = "s_m_pdb_residue_name";
31static const std::string PDB_RESIDUE_NUMBER = "i_m_residue_number";
32static const std::string PDB_TFACTOR = "r_m_pdb_tfactor";
33
34} // namespace schrodinger
35} // namespace FileParsers
36} // namespace RDKit
37#endif // RD_MAESTROPROPERTIES_H
static const std::string PDB_ATOM_NAME
static const std::string PDB_RESIDUE_NAME
static const std::string PDB_RESIDUE_NUMBER
static const std::string PDB_OCCUPANCY
static const std::string MAE_BOND_PARITY
static const std::string PDB_CHAIN_NAME
static const std::string MAE_ENHANCED_STEREO_STATUS
static const std::string MAE_RGROUP_LABEL
static const std::string MAE_BOND_DATIVE_MARK
static const std::string MAE_STEREO_STATUS
static const std::string PDB_TFACTOR
static const std::string PDB_INSERTION_CODE
static const std::string MAE_ATOM_TYPE
Std stuff.