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#include <string>
11
12namespace RDKit {
13namespace FileParsers {
14namespace schrodinger {
15
16static const std::string MAE_ATOM_TYPE = "i_m_mmod_type";
17static const std::string MAE_BOND_DATIVE_MARK = "b_sPrivate_dative_bond";
18static const std::string MAE_BOND_PARITY = "i_sd_original_parity";
19static const std::string MAE_ENHANCED_STEREO_STATUS =
20 "i_m_ct_enhanced_stereo_status";
21static const std::string MAE_RGROUP_LABEL = "i_sd__MolFileRLabel";
22static const std::string MAE_STEREO_STATUS = "i_m_ct_stereo_status";
23static const std::string PDB_ATOM_NAME = "s_m_pdb_atom_name";
24static const std::string PDB_CHAIN_NAME = "s_m_chain_name";
25static const std::string PDB_INSERTION_CODE = "s_m_insertion_code";
26static const std::string PDB_OCCUPANCY = "r_m_pdb_occupancy";
27static const std::string PDB_RESIDUE_NAME = "s_m_pdb_residue_name";
28static const std::string PDB_RESIDUE_NUMBER = "i_m_residue_number";
29static const std::string PDB_TFACTOR = "r_m_pdb_tfactor";
30
31} // namespace schrodinger
32} // namespace FileParsers
33} // namespace RDKit
static const std::string MAE_BOND_DATIVE_MARK
static const std::string PDB_CHAIN_NAME
static const std::string MAE_RGROUP_LABEL
static const std::string MAE_BOND_PARITY
static const std::string PDB_ATOM_NAME
static const std::string MAE_STEREO_STATUS
static const std::string PDB_OCCUPANCY
static const std::string PDB_RESIDUE_NUMBER
static const std::string PDB_RESIDUE_NAME
static const std::string MAE_ENHANCED_STEREO_STATUS
static const std::string PDB_INSERTION_CODE
static const std::string MAE_ATOM_TYPE
static const std::string PDB_TFACTOR
Std stuff.