Search found 11 matches

by Robin Singh
Wed Sep 20, 2023 5:03 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Non-visibility of energy related to CustomNonbondedForce
Replies: 1
Views: 289

Non-visibility of energy related to CustomNonbondedForce

Dear Forcebalance developers, I want to parameterize some LJ parameters of my system using a CustomNonbondedForce in OpenMM . I am running the calculation ad getting the below mentioned result. Liquid phase MD simulation #=======================================================================# #| [9...
by Robin Singh
Mon Sep 11, 2023 6:53 am
Forum: OpenMM
Topic: Regarding addInteractionGroup() in CustomNonBodedForce
Replies: 1
Views: 216

Regarding addInteractionGroup() in CustomNonBodedForce

Hello OpenMM Developers, I am working on salt-water system and want to customize the interaction parameters of the ions of the salt using addInteractionGroups() in CustomNonbondedForce. For this, first I am looking to find energy for CustomNonBondedForce when every atom is interacting with every oth...
by Robin Singh
Fri Aug 25, 2023 5:59 am
Forum: OpenMM
Topic: Multiple CustomNonbondedForce
Replies: 1
Views: 255

Multiple CustomNonbondedForce

Hello Peter, Reading your answers to some of the previously asked questions, I came to know that more than one CustomNonbondedForce can be added to the system. But when I was added 2 CustomNonbondedForces in my forcefield (.xml) file and ran the calculations. I got the following error: openmm.OpenMM...
by Robin Singh
Thu Aug 10, 2023 6:07 am
Forum: OpenMM
Topic: Implementing pair specific parameters in Buckingham Potential
Replies: 1
Views: 208

Implementing pair specific parameters in Buckingham Potential

Hello Peter, I want to use below mentioned Buckingham potential for my system (salt in water) A*exp(-Br) - C/r^6 I want to use this form in <CustomNonBondedForce> tag and want to implement pair specific parameters for A, B and C for different non-bonding interaction pairs in my system that can overw...
by Robin Singh
Thu Aug 10, 2023 5:51 am
Forum: OpenMM
Topic: Implementation of pair specific parameters in CustomNonBondedForce
Replies: 4
Views: 428

Re: Implementation of pair specific parameters in CustomNonBondedForce

Hello Peter,

Thank you so much for your answers and time. It is clear to me how to overwrite the parameters using <LennardJonesForce> tag but I have an another query regarding other functional forms which I am gonna ask in a new thread.
by Robin Singh
Tue Aug 08, 2023 6:45 am
Forum: OpenMM
Topic: Implementation of pair specific parameters in CustomNonBondedForce
Replies: 4
Views: 428

Re: Implementation of pair specific parameters in CustomNonBondedForce

Hello Peter, I was working on your suggestions and I have some queries. First thing is overwriting the parameters using the <LennardJonesForce> tag works when I have to use only Lennard Jones potential to represent every non-boned interaction of my system which is not what I want to do. I want to mo...
by Robin Singh
Wed Aug 02, 2023 12:08 pm
Forum: OpenMM
Topic: Implementation of pair specific parameters in CustomNonBondedForce
Replies: 4
Views: 428

Implementation of pair specific parameters in CustomNonBondedForce

Hello OpenMM Developers, Is there any way to implement pair specific parameters in the CustomNonBondedForce that can overwrite the parameters generated by the combination rule? Suppose I want to use an energy expression (defined in CustomNonBondedForce) for my system which is salt in water. I define...
by Robin Singh
Fri Jul 28, 2023 1:30 am
Forum: OpenMM
Topic: Queries regarding CustomNonbondedForce
Replies: 2
Views: 283

Re: Queries regarding CustomNonbondedForce

Thanks for your reply Peter. As I mentioned earlier, I want to try customization on ions only (means I want to try new functional forms and corresponding parameters only on the ions of the salt) and keep everything for H and O of water molecules as such as they are defined for tip3p. I tried to put ...
by Robin Singh
Thu Jul 27, 2023 6:30 am
Forum: OpenMM
Topic: Queries regarding CustomNonbondedForce
Replies: 2
Views: 283

Queries regarding CustomNonbondedForce

Hello, I want to perform CustomNonbondedForce calculations for an aqueous solution of salt. I want to apply customization only on the ions of the salt and not on the water molecules. So during my calculation, I defined a CustomNonbondedForce and gave parameters for the ions (parameters in the Nonbon...
by Robin Singh
Wed Jun 21, 2023 6:31 am
Forum: OpenMM
Topic: How parameters are assigned in OpenMM?
Replies: 2
Views: 165

Re: How parameters are assigned in OpenMM?

Thank you so much for the reply.

Regards,
Robin