Skip to content

Commit

Permalink
Update Autosolvate tutorial_multicomponent.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Li committed Jun 28, 2024
1 parent df1797e commit 08f35d8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/tutorial_multicomponent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,20 @@ The first step is putting the solute in the solvent box, which uses the ``boxgen

note to Autosolvate Developers::

(1) Please test if '-m' and '-s' command fully support both xyz and pdb file inputs which means if someone provides xyz file, the Multicomponent module will convert the xyz file into pdb file using openbable.
(1) Please test if '-m' and '-s' command fully support both xyz and pdb file inputs which means if someone provides xyz file, the Multicomponent module will convert the xyz file into pdb file using openbable.

(2) Please implement a way to allow user to specify the solute charges and multiplicities.

The idea case is allow user to provide a .inp document for the Multicomponent to read.
(2) Please implement a way to allow user to specify the solute charges and multiplicities.
The idea case is allow user to provide a .inp document for the Multicomponent to read.

For example autosolvate boxgen_multicomponent -m naphthalene_neutral.xyz -s solvents.inp
For example autosolvate boxgen_multicomponent -m naphthalene_neutral.xyz -s solvents.inp

The solvents.inp file will look like this:
#xyzfile, charge, multiplicities
water.xyz 0 1
acetonitrile.xyz 0 1
The solvents.inp file will look like this:
#xyzfile, charge, multiplicities
water.xyz 0 1
acetonitrile.xyz 0 1

(3) Please implement a way to allow user to use TIP3P water and other solvents AMBER already has force field parameters for.
(3) Please implement a way to allow user to use TIP3P water and other solvents AMBER already has force field parameters for.

Autosolvate will use the calculate force field parameters for the solute (naphthalene_neutral) and solvents (water/acetonitrile). By default, the command will assume the charge of solute and solvents are neutral, and the multiplicity of the solute and solvents are 1, charge fitting method of bcc and output file name of MYBOX.

Expand Down Expand Up @@ -326,23 +326,23 @@ With these three files (``MYBOX.inpcrd``, ``MYBOX.prmtop``, ``MYBOX.pdb``), we a

note to Autosolvate Developers::

There are many flags in startmulticomponent() not working.
There are many flags in startmulticomponent() not working.

-o, --output. Currently, we can not specify the output names. Please implement this feature and make sure it works.
-o, --output. Currently, we can not specify the output names. Please implement this feature and make sure it works.

-r, --srunuse. Not implemented at all
-r, --srunuse. Not implemented at all

-e, --gaussianexe. Not sure if we need this flag.
-e, --gaussianexe. Not sure if we need this flag.

-d, --gaussiandir. Not sure if we need this flag.
-d, --gaussiandir. Not sure if we need this flag.

-a, --amberhome. Not sure if we need this flag
-a, --amberhome. Not sure if we need this flag

-l, --solventoff. MixtureBuilder() can read solvent.off file, I have not implmented and tested this flag
-l, --solventoff. MixtureBuilder() can read solvent.off file, I have not implmented and tested this flag

-p, --solventfrcmod Same as above.
-p, --solventfrcmod Same as above.

-g --chargefitting. Currently only support bcc. Please implement RESP charge fitting method.
-g --chargefitting. Currently only support bcc. Please implement RESP charge fitting method.


.. _tutstep2:
Expand Down

0 comments on commit 08f35d8

Please sign in to comment.