Search found 26 matches

by Elsaid Mohamed
Mon Mar 27, 2023 3:47 pm
Forum: OpenMM
Topic: OpenMM 8.0
Replies: 2
Views: 478

Re: OpenMM 8.0

Code: Select all

conda install -c conda-forge openmm
I got this error when I imported openmm
anaconda3/lib/python3.10/site-packages/zmq/backend/cython/../../../../.././libstdc++.so.6: version `GLIBCXX_3.4.30' not found..
what is the problem?
by Elsaid Mohamed
Wed Mar 01, 2023 2:32 pm
Forum: OpenMM
Topic: How can I select certain model to use its .positions and elemenets!
Replies: 7
Views: 308

Re: How can I select certain model to use its .positions and elemenets!

Thank you, I got the answer for my question.
I think it is possible to meet some output.pdb, its frames have different atoms or elements............?
How can we define them like position

Code: Select all

pdb.getPositions(frame=i-1)
!
by Elsaid Mohamed
Tue Feb 28, 2023 5:44 pm
Forum: OpenMM
Topic: How can I select certain model to use its .positions and elemenets!
Replies: 7
Views: 308

Re: How can I select certain model to use its .positions and elemenets!

Highlighting of the positions of atoms in each model is a goal of my project. Say I have 20 models(same atoms, but distributed differently). I think I have to cut my output.pdb into 20 modelxs.pdb then get every model then get its coordinate like: X = [float(coord[0]/nanometer) for coord in modelxpd...
by Elsaid Mohamed
Tue Feb 28, 2023 3:12 pm
Forum: OpenMM
Topic: How can I select certain model to use its .positions and elemenets!
Replies: 7
Views: 308

Re: How can I select certain model to use its .positions and elemenets!

This means that I have to cut the output files to many files every file contains positions for every model?
By the way I have used pandas, and it counts number 10 and more or -10 and less as positive whatever their signs.
by Elsaid Mohamed
Tue Feb 28, 2023 8:49 am
Forum: OpenMM
Topic: How can I select certain model to use its .positions and elemenets!
Replies: 7
Views: 308

How can I select certain model to use its .positions and elemenets!

Hi,
I got an output file from simulation of pdb file.
The output.pdb contains 20 models.
I want to be able to loop over positions and elements for every model. How can select certain model?
by Elsaid Mohamed
Sat Oct 22, 2022 9:15 am
Forum: OpenMM
Topic: Writing an amber force field which fits a branched polymer!
Replies: 4
Views: 256

Re: Writing an amber force field which fits a branched polymer!

The pdb file has 2 types of residues "COR and EGH" in 1 chain "A" I define the residues like: <Residue> <Residue name="COR" > C................ </Residue> <Residue> <Residue name="EGH" > C................ </Residue> Then I am getting the error: anaconda3/envs/opki/lib/python3.10/site-packages/openmm...
by Elsaid Mohamed
Wed Oct 19, 2022 5:37 am
Forum: OpenMM
Topic: Writing an amber force field which fits a branched polymer!
Replies: 4
Views: 256

Re: Writing an amber force field which fits a branched polymer!

What is the difference between the amber force field for linear and branched structures?
by Elsaid Mohamed
Fri Oct 14, 2022 2:55 pm
Forum: OpenMM
Topic: Writing an amber force field which fits a branched polymer!
Replies: 4
Views: 256

Re: Writing an amber force field which fits a branched polymer!

I successfully add the force block for a linear one, and it works. But I can not do a modified xml file to get the pdb file of the branched polymer get accepted by the program. I think I have to understand deeply how bonds types are written there. For that chain:(just an example ) (CHO2)(CH3)(CH3) E...
by Elsaid Mohamed
Fri Oct 14, 2022 8:46 am
Forum: OpenMM
Topic: Writing an amber force field which fits a branched polymer!
Replies: 4
Views: 256

Writing an amber force field which fits a branched polymer!

I am developing an amber force field for a branched polymer, but so far it did not work.
I am looking for any source helping me to understand <HarmonicBondForce>,
<HarmonicAngleForce> and <PeriodicTorsionForce>.

Best,
Elsaid
by Elsaid Mohamed
Wed Jun 29, 2022 9:51 am
Forum: OpenMM
Topic: Issues Installing openMM 7.7
Replies: 4
Views: 286

Re: Issues Installing openMM 7.7

I was trying to reinstall open mm in my Linux pc, I got these errors after three hours: ~$ conda install -c conda-forge openmm=7.7.0 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: fai...