Hello,I have an atomistic system consisting of 250 alanine and 250 valine molecules. I am trying to use cg_map using the pdb file and the LAMMPS output trajectory, but I am getting an error:-cannot find: <1:VAL:CA> in VALan error occurred:mapping error: molecule 1:VAL:CA does not exist
--
Join us on Slack: https://join.slack.com/t/votca/signup
---
You received this message because you are subscribed to the Google Groups "votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email to votca+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/3c0b76f3-ff3a-4013-8b74-d366e1e9c865n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "votca" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/votca/C3L0xhdUs6s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to votca+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e7WZfOD2xdHy1AWWob7zNtdr5cBpYydNGp0WmA9sfqO9w%40mail.gmail.com.
Hey Christoph,Thanks for the help. I got to know about the csg_dump command as soon as I sent you the email. For some reason, csg_dump is categorizing all the atoms as the valine molecules as ALA as well, which is counterintuitive to me.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAFKQktCXqB_zefYDpusjSBnLkt%2B77vfkgnU-dovocsFsiiKUow%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e6Kjvwxvv4suXuuqLSQ57AJeh_Vi-CepLi4A%3DXb9MmzWg%40mail.gmail.com.
Hey Christoph,
Thanks for the pointers. I tried to look closely into my mapping files and compared them with the pdb files, but nothing jumped out at me. Although I admit that it can easily be an oversight-I have just started using Votca today. I have attached all my files below. Does anything jump out at you? I am convinced that none of my atoms are than half the box length away
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAFKQktBEGaPFAtudiU20y7Y-0pwe1jS2XXnvShd0kyXvfBLuOQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e4ypf5Po8_zKmhBSbSTW_xgGBu09Bmj6Nsh8KdQtYJN-Q%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e58qQRPUVC07BnJTeMtkm5StheQQTxsSQsDo_fOQz8Lcw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e7OFP%2B_yTA0BNk4q07NbGfdH29QOpi0PoQ%3DdOPon2kTYA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e5AEia5NhbG3BPfb27Z2GTySAqoWR5BP%2BZX5edvimmjAQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e4rUc%3Ds%2BBY1mYkGo28L9OwDJ0Fr7iBH5Hu05Hx8eUOaEw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e5T7jNC7Ntsfdf4y3KYz5-su6cKPrsi8u7R1E3u5a2bGw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e5F350Jm8_JDZRhphAGz1EbsunP4Q9Ai_mf3-8R62Bthg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e7zqoR2gzgzZxTkH1GQ%3D3k0U6-%2BoUr4Wor4G%3D_76w9ccg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e7q20Y78TKTrz85xw7gBVBX05pLdPNTWbMxiwpP29yYiw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e6QMWzUZh%2BcqsdxkD3xXX8aX7%2BDBFvT24q6vbJoh7H%3DJQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e4Pw0DgxSF5fBSn_Vts--LrG-mdgbxjNrRP5b0YgGp52g%40mail.gmail.com.
Thanks! Is there anything which can basically increase the update rate / gradient per iteration?
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e5dgyOgWA0NzfbxCGOZ_AVVUz-CyB9fQGoRs-EbnTjfqw%40mail.gmail.com.
So the numbers I mentioned in the previous email were obtained in nm and kj/mol.C12 = (4*0.1)/0.5**12 = 0.0000975625C6 = (4*0.1)/0.5**6 = 0.00625We are then using these commands to convert it back to angstrom and kj/mol in LAMMPS :-C_12=$(awk '(NR==1){print $2}' CG-CG.param.cur)
C_06=$(awk '(NR==2){print $2}' CG-CG.param.cur)
sigma=`awk -v C_06=$C_06 -v C_12=$C_12 'BEGIN {printf "%0.5f", ((C_12/C_06)**(1.0/6.0))*10}'`
eps=`awk -v C_06=$C_06 -v C_12=$C_12 'BEGIN {printf "%0.5f", (C_06*C_06/4.0/C_12)}'`
sed -e "s/@SIGMA@/${sigma}/" -e "s/@EPS@/${eps}/" -i parm.inBut with these lines of codes the sigma and epsilon in first iteration is what we want - 5 A and 0.1,but as soon as the 2nd iteration starts we get negative values for epsilon:--4.55793 5.10840I feel there is some conversion factor which we are messing up somewhere
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAFKQktB5LGJjgssbKEZGxrAcPLRhV5jkmK65Mw%2BPSru2PU-MqQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e6a3eUVYGDLOhbZejo_NqPt32r7uBmdjDB2JAkjXVksVg%40mail.gmail.com.
Hey Christoph,
Regards
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e6E5rZioLPmPpd%2BOhfopOwAv9Ajmy6EXi11upzPraZNOQ%40mail.gmail.com.