Skip to content
New issue

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

Bemd #28

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Bemd #28

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ __pycache__
*.mp4
*HBOND_SUMS*
*HILLS*
*COLVARS*
*COLVAR_STD_TORSIONS*
*COLVAR_REWEIGHT*
*clustering_output*
*bespoke-executor*
*env-bespoke*
terphenyl_simulations.egg-info/
*bck.*
build/
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "b728de71ea2e475db826e8f7d48a0ac8",
"model_id": "b5fae7c03d034f2db2cac7588e83d26a",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -58,6 +58,7 @@
"outputs": [],
"source": [
"mol_files = [\n",
" \"../../build_polymer/mop/mop_trimer_mbuild.mol\",\n",
" \"../../build_polymer/mop/mop_tetramer_mbuild.mol\",\n",
" \"../../build_polymer/mop/mop_hexamer_mbuild.mol\",\n",
" \"../../build_polymer/mop/mop_octamer_mbuild.mol\",\n",
Expand Down Expand Up @@ -107,11 +108,57 @@
"name": "stdout",
"output_type": "stream",
"text": [
"mop_trimer_mbuild\n",
"mop_tetramer_mbuild\n",
"mop_hexamer_mbuild\n",
"mop_octamer_mbuild\n",
"mop_hexamer_mbuild\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/tfobe/Software/openff-toolkit/openff/toolkit/topology/molecule.py:2504: UserWarning: Warning! Partial charge method 'am1bcc' is not designed for use on large (i.e. > 150 atoms) molecules and may crash or take hours to run on this molecule (found 285 atoms). For more, see https://docs.openforcefield.org/projects/toolkit/en/stable/faq.html#parameterizing-my-system-which-contains-a-large-molecule-is-taking-forever-whats-wrong\n",
" warnings.warn(\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"<class 'openeye.oequacpac.OEAM1BCCCharges'>\n",
"mop_octamer_mbuild\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/tfobe/Software/openff-toolkit/openff/toolkit/topology/molecule.py:2504: UserWarning: Warning! Partial charge method 'am1bcc' is not designed for use on large (i.e. > 150 atoms) molecules and may crash or take hours to run on this molecule (found 373 atoms). For more, see https://docs.openforcefield.org/projects/toolkit/en/stable/faq.html#parameterizing-my-system-which-contains-a-large-molecule-is-taking-forever-whats-wrong\n",
" warnings.warn(\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"<class 'openeye.oequacpac.OEAM1BCCCharges'>\n",
"mop_decamer_mbuild\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/tfobe/Software/openff-toolkit/openff/toolkit/topology/molecule.py:2504: UserWarning: Warning! Partial charge method 'am1bcc' is not designed for use on large (i.e. > 150 atoms) molecules and may crash or take hours to run on this molecule (found 461 atoms). For more, see https://docs.openforcefield.org/projects/toolkit/en/stable/faq.html#parameterizing-my-system-which-contains-a-large-molecule-is-taking-forever-whats-wrong\n",
" warnings.warn(\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"<class 'openeye.oequacpac.OEAM1BCCCharges'>\n"
]
}
],
"source": [
Expand All @@ -138,7 +185,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"id": "17dbcad7",
"metadata": {},
"outputs": [],
Expand All @@ -153,16 +200,16 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"id": "e16c6f45",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/tfobe/anaconda3/envs/hs_analysis/lib/python3.10/site-packages/openff/interchange/interop/gromacs/export/_export.py:321: UserWarning: WARNING: System defined with no box vectors, which GROMACS does not offically support in versions 2020 or newer (see https://gitlab.com/gromacs/gromacs/-/issues/3526). Setting box vectors to a 5 nm cube.\n",
" warnings.warn(\n"
"/home/tfobe/anaconda3/envs/hs_analysis/lib/python3.10/site-packages/openff/interchange/interop/gromacs/export/_export.py:46: UserWarning: WARNING: System defined with no box vectors, which GROMACS does not offically support in versions 2020 or newer (see https://gitlab.com/gromacs/gromacs/-/issues/3526). Setting box vectors to a 5 nm cube.\n",
" self._write_gro(gro, decimal)\n"
]
}
],
Expand Down
Loading