Home
last modified time | relevance | path

Searched defs:reactants (Results 1 – 25 of 90) sorted by relevance

1234

/dports/science/cdk/cdk-cdk-2.3/base/standard/src/main/java/org/openscience/cdk/tools/manipulator/
H A DReactionManipulator.java61 IAtomContainerSet reactants = reaction.getReactants(); in getAtomCount() local
78 IAtomContainerSet reactants = reaction.getReactants(); in getBondCount() local
94 IAtomContainerSet reactants = reaction.getReactants(); in removeAtomAndConnectedElectronContainers() local
118 IAtomContainerSet reactants = reaction.getReactants(); in removeElectronContainer() local
180 IAtomContainerSet reactants = reaction.getReactants(); in getAllReactants() local
211 IAtomContainerSet reactants = reaction.getReactants(); in reverse() local
236 IAtomContainerSet reactants = reaction.getReactants(); in getAllIDs() local
266 IAtomContainerSet reactants = reaction.getReactants(); in setAtomProperties() local
279 IAtomContainerSet reactants = reaction.getReactants(); in getAllChemObjects() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/JavaWrappers/gmwrapper/src-test/org/RDKit/
H A DChemReactionTests.java321 ROMol_Vect reactants = new ROMol_Vect(); in test6Exceptions_2() local
330 ROMol_Vect reactants = new ROMol_Vect(); in test6Exceptions_3() local
340 ROMol_Vect reactants = new ROMol_Vect(); in test8Properties() local
355 ROMol_Vect reactants = new ROMol_Vect(); in test9AromaticityTransfer() local
372 ROMol_Vect reactants = new ROMol_Vect(); in test10DotSeparation() local
388 ROMol_Vect reactants = new ROMol_Vect(); in test11ImplicitProperties() local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/examples/onedim/
H A Dflamespeed_sensitivity.py14 reactants = 'CH4:0.45, O2:1.0, N2:3.76' variable
H A Dion_free_flame.py12 reactants = 'CH4:1, O2:2, N2:7.52' # premixed gas composition variable
H A Dadiabatic_flame.py13 reactants = 'H2:1.1, O2:1, AR:5' # premixed gas composition variable
H A Dion_burner_flame.py11 reactants = 'CH4:1.0, O2:2.0, N2:7.52' # premixed gas composition variable
H A Dburner_flame.py12 reactants = 'H2:1.5, O2:1, AR:7' # premixed gas composition variable
/dports/science/cdk/cdk-cdk-2.3/misc/extra/src/main/java/org/openscience/cdk/validate/
H A DBasicValidator.java108 IAtomContainerSet reactants = subject.getReactants(); in validateReaction() local
335 …rivate ValidationReport validateAtomCountConservation(IReaction reaction, IAtomContainer reactants, in validateAtomCountConservation()
348 … private ValidationReport validateChargeConservation(IReaction reaction, IAtomContainer reactants, in validateChargeConservation()
/dports/science/cdk/cdk-cdk-2.3/base/reaction/src/main/java/org/openscience/cdk/reaction/
H A DIReactionProcess.java87 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/
H A Dcatch_tests.cpp73 MOL_SPTR_VECT reactants = {mol}; variable
91 MOL_SPTR_VECT reactants = {mol}; variable
109 MOL_SPTR_VECT reactants = {mol}; variable
132 MOL_SPTR_VECT reactants = {mol1, mol2}; variable
158 MOL_SPTR_VECT reactants = {mol}; variable
/dports/science/cdk/cdk-cdk-2.3/display/renderextra/src/main/java/org/openscience/cdk/renderer/generators/
H A DBoundsGenerator.java66 IAtomContainerSet reactants = reaction.getReactants(); in generate() local
H A DReactionPlusGenerator.java50 IAtomContainerSet reactants = reaction.getReactants(); in generate() local
/dports/science/cdk/cdk-cdk-2.3/display/renderbasic/src/main/java/org/openscience/cdk/renderer/
H A DAverageBondLengthCalculator.java49 IAtomContainerSet reactants = reaction.getReactants(); in calculateAverageBondLength() local
/dports/science/cdk/cdk-cdk-2.3/base/reaction/src/main/java/org/openscience/cdk/reaction/type/
H A DAdductionProtonLPReaction.java110 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DElectronImpactNBEReaction.java108 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DAdductionSodiumLPReaction.java110 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DElectronImpactPDBReaction.java106 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DElectronImpactSDBReaction.java104 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DHeterolyticCleavagePBReaction.java113 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DHeterolyticCleavageSBReaction.java113 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DAdductionProtonPBReaction.java110 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DHomolyticCleavageReaction.java105 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
H A DPiBondingMovementReaction.java109 …public IReactionSet initiate(IAtomContainerSet reactants, IAtomContainerSet agents) throws CDKExce… in initiate()
/dports/science/cdk/cdk-cdk-2.3/base/data/src/main/java/org/openscience/cdk/
H A DReaction.java66 protected IAtomContainerSet reactants; field in Reaction
/dports/science/cdk/cdk-cdk-2.3/base/silent/src/main/java/org/openscience/cdk/silent/
H A DReaction.java66 protected IAtomContainerSet reactants; field in Reaction

1234