Matt Thompson

Results 396 issues of Matt Thompson

Some IDEs store settings in folders that are not automatically `.gitignore`'d here. The three IDEs I know of that computational chemistry-ish developers use are * VS Code - `.vscode/`, handled...

Work in progress. I will rebase #1491 or something similar into this as well. ``` In [1]: >>> import sys ...: >>> from pint import UnitRegistry ...: >>> 'pandas' in...

Hi, thanks to the developers and maintainers for creating and supporting this software. I've noticed some slow (> 1 second) import times and used Tuna to isolate it as the...

**Describe the bug** I wanted to save a collection to disk in order to avoid needing to downloads a large dataset every time I ran a test or re-started a...

Collection

**Describe the bug** The toolkit's force field class allows multiple parameters within the same handler to have the same SMIRKS patterns. While it may seem like a strange use case,...

bug
effort:medium
priority:medium

Release ~~0.11.1~~ 0.11.2 of `openmmforcefields` introduces a **backwards-compatible** fix for the new toolkit APIs. This PR attempts to re-introduce the examples that depend on it. - [ ] Tag issue...

- [ ] Tag issue being addressed - [ ] Add [tests](https://github.com/openforcefield/openff-toolkit/tree/master/openff/toolkit/tests) - [x] Update docstrings/[documentation](https://github.com/openforcefield/openff-toolkit/tree/master/docs), if applicable - [x] [Lint](https://open-forcefield-toolkit.readthedocs.io/en/latest/developing.html#style-guide) codebase - [ ] Update [changelog](https://github.com/openforcefield/openff-toolkit/blob/master/docs/releasehistory.rst)

Pending https://github.com/openforcefield/standards/pull/40 - [ ] Tag issue being addressed - [x] Add [tests](https://github.com/openforcefield/openff-toolkit/tree/main/openff/toolkit/tests) - [ ] Update docstrings/[documentation](https://github.com/openforcefield/openff-toolkit/tree/main/docs), if applicable - [x] [Lint](https://open-forcefield-toolkit.readthedocs.io/en/latest/developing.html#style-guide) codebase - [ ] Update [changelog](https://github.com/openforcefield/openff-toolkit/blob/main/docs/releasehistory.rst)

Here's a block to add to the changelog, keeping it out of the tree to make merges easier: ``` - [PR #1236](https://github.com/openforcefield/openff-toolkit/pull/1236) raises [`RadicalsNotSupportedError`](openff.toolkit.utils.exceptions.RadicalsNotSupportedError) when [`Molecule.from_openeye`](openff.toolkit.topology.Molecule.from_openeye), [`Molecule.from_rdkit`](openff.toolkit.topology.Molecule.from_rdkit), [`Molecule.from_smiles`](openff.toolkit.topology.Molecule.from_smiles), or similar...

**Describe the bug** A `Molecule` written to a PDB file **includes** CONECT records when OpenEye Toolkits are **not** available but **excludes** them when they **are**. This can lead to surprising...

bug