Applications¶
This section connects the core tutorials to concrete research workflows. Instead of introducing new configuration concepts, it shows how to combine the existing training, generation, and analysis modules for common molecular design objectives discussed in the MolCraftDiffusion manuscript.
Application Map¶
The current examples fall into three broad categories:
# |
Application |
Core mechanism |
Entry point |
|---|---|---|---|
1 |
Local chemical space exploration |
Inpainting — vary a region while fixing the scaffold |
|
2 |
Library design |
Outpainting — expand a scaffold into a diverse candidate set |
|
3 |
Inverse design |
Property- or geometry-directed generation toward a design objective |
Before You Start¶
Important
These application notes assume you are already familiar with the following tutorials:
You will also need:
a trained or fine-tuned checkpoint in
chkpt_directory,reference XYZ structures for structure-guided workflows,
any required regressor or guidance checkpoints for property-directed workflows.