-
**Description**
mBuild has some nice lattice building tooling that would be nice to use with interchange.
-
**Bug summary**
Trying to fix an issue in GMSO with loading benzene molecules from different sources. The `print_hierarchy` method and `children` attribute seem to raise an error whenever they're a…
-
Hello!
The code :
```
mol = mbuild.load('.pdb')
ff = foyer.Forcefield(name = 'oplsaa')
mol_ff = ff.apply(mol)
```
gives :
```
Exception: Parameters have not been assigned to all bonds. Tota…
-
While working on https://github.com/mosdef-hub/mbuild/pull/1191 in mBuild, I noticed that it should be relatively straight forward to move the [Charmm par writer ](https://github.com/mosdef-hub/mbuild…
-
We currently have a mol2 reader, but not a writer. We should include a writer as well for consistency with the other formats in `gmso.formats`. This will also allow us to use GMSO as the backend for w…
-
MBuild should be able to auto create buildOptions.txt from existing directories
then:
no buildOptions.txt will need to be shipped with MABE.
MBuild.py will auto create buildOptions.txt if none is…
-
I ran into compilation issues with the `do_syscall` implementations, resulting in runtime SEGfaults.
I drafted a PR fixing this in #22, but that doesn't solve the root cause, just happens to trigge…
-
**Bug summary**
When trying to save to a PDB file, it returns a file without bonds.
**Code to reproduce the behavior**
Please include a code snippet that can be used to reproduce this bug.
…
-
**Describe the behavior you would like added to mBuild**
Need to make the jump to numpy 2.0. This should happen across all of the MoSDeF packages. Here is a link to the [migration guide](https://nump…
-
I am building xed as part of a cmake project. I build xed during the configuration time so that the headers are available for the IDE to provide auto-completion. Other libraries are built in my projec…