We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example,
begin observables Molecules Rfree R(l,l) Molecules Lfree L(r,r,r) Molecules Rtot R() Molecules Ltot L() Molecules LRmotif L(r!0).R(l!0) Species R2 R==2 Species R3 R==3 Species R4 R==4 Species R5 R<4 end observables
results in ExpatError: not well-formed (invalid token).
ExpatError: not well-formed (invalid token)
This is a result of "<" being a special character in XML
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example,
results in
ExpatError: not well-formed (invalid token)
.This is a result of "<" being a special character in XML
The text was updated successfully, but these errors were encountered: