{% extends 'base.html' %} {% block content %}

Remove Stereochemistry

This page offers functionality to remove stereochemistry information from a SMILES string.

{% if messages %}

Error during stereochemistry removal!

    {% for message in messages %}
  • {{ message }}

  • {% endfor %}
{% endif %}
An isomeric SMILES string from which stereochemistry information should be removed.
{% if smiles_in %}

Input SMILES string

{{ smiles_in | trim }}

Output SMILES string

{{ smiles_out | trim }}

{% endif %}
{% endblock %}