{% load crispy_forms_tags %} {% load unicorn %} {# Structure Search #}
Structure
{% include "rdkit/molecule_input.html" with id="molecule_input" unicorn_view="cortevatarget-new" %}
{# Chemical feature filters #}
Chemical Features
{% include "core_components/elements/range_slider.html" with label="Atoms" min=1 max=200 form_field=form.num_atoms__range only %} {% include "core_components/elements/range_slider.html" with label="Stereocenters" min=0 max=10 form_field=form.num_stereocenters__range only %} {% include "core_components/elements/range_slider.html" with label="Rings" min=0 max=10 form_field=form.num_rings__range only %} {% include "core_components/elements/range_slider.html" with label="H-bond Acceptors" min=0 max=10 form_field=form.num_h_acceptors__range only %} {% include "core_components/elements/range_slider.html" with label="H-bond Donors" min=0 max=50 form_field=form.num_h_donors__range only %}
{# Predicted properties filters #}
Predicted Properties
{% include "core_components/elements/range_slider.html" with label="LogP (octanol-water)" min=-10 max=10 form_field=form.log_p_rdkit__range only %} {% include "core_components/elements/range_slider.html" with label="Polar Surface Area" min=0 max=1000 form_field=form.log_p_rdkit__range only %} {% include "core_components/elements/range_slider.html" with label="Synthetic Accessibility Score" min=0 max=10 form_field=form.synthetic_accessibility__range only %} synthetic_accessibility