Xor Gate Generators
- conformer_rl.molecule_generation.generate_xor_gate.generate_xor_gate(gate_complexity: int = 2, num_gates: int = 3) rdkit.Chem.Mol
Generates xorgate molecule. An xorgate is a chain of alternating gates, where each gate is a chain of benzenes with a single carbon chain tail.
- Parameters
gate_complexity (int) – Number of benzenes in each gate.
num_gates (int) – Number of gates in molecule.