[gmx-users] codes for non-bonded function selection (NBF)

Mark Abraham mark.j.abraham at gmail.com
Sun Feb 2 18:35:21 CET 2014


Hi,

As you can see in the comment at the top of that file, you will need to
make matching changes to some arrays in src/gmxlib/names.c

Mark


On Sat, Feb 1, 2014 at 3:11 AM, Makoto Yoneya <makoto-yoneya at aist.go.jp>wrote:

> Dear Gromacs exparts:
>
> I'd like to add the non-boded function selection (NBF) corresponds to
> a truncated LJ potential known as
> Weeks-Chandler-Andersen (WCA) potential.
> I'd post this in the past and I'd suceeded to calculate that with th hard
> code
> modifications.
> Now, I'd like to make selection switch for this new NBF selection.
> I'd tried to modify the include/types/enums.h NBFselection line from
> enum {
>  eNBF_NONE, eNBF_LJ, eNBF_BHAM, eNBF_NR
> };
> to
> enum {
>  eNBF_NONE, eNBF_LJ, eNBF_BHAM,eNBF_WCA, eNBF_NR
> };
> . i.e., simply add a new selection (eNBF_WCA) and shift eNBF_NR.
> However, only this modification resulted in secgentation error in
> grompp execution.
> Does anone know how to add a new NBF selection correctly?
>
> Thank you for advance.
>
> Makoto Yoneya, Dr.
> AIST, Tsukuba
> JAPAN
> --
> Gromacs Users mailing list
>
> * Please search the archive at
> http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
> posting!
>
> * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
>
> * For (un)subscribe requests visit
> https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
> send a mail to gmx-users-request at gromacs.org.
>


More information about the gromacs.org_gmx-users mailing list