VMD-L Mailing List
From: Ronit Sarangi (ronits.chem95_at_gmail.com)
Date: Mon Dec 02 2024 - 12:21:57 CST
- Next message: Daniel Guion: "Issue with patching when running mutator in vmd"
- Previous message: Joel Subach: "Re: Anyone Completed ffTK Calc Bonded Tab using ORCA gbw instead of Gaussian chk?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hello,
I want to extract internal coordinates and their values for a system using
QMtool's "modredundant_zmat" function. I know one way to do it via the
Gaussian input file method, e.g.
::QMtool::load_file <path to Gaussian file>
set internals [::QMtool::modredundant_zmat]
But I'm not sure how to do it without the Gaussian input file, i.e., with
just an xyz file,
mol new <xyz_file>
set internals [::QMtool::modredundant_zmat]
gives me the error " Cannot find molecule -1 in atomselect's 'molId' ".
Please let me know if it is possible to use an xyz (or psf and pdb) file
for that.
Best,
Ronit
- Next message: Daniel Guion: "Issue with patching when running mutator in vmd"
- Previous message: Joel Subach: "Re: Anyone Completed ffTK Calc Bonded Tab using ORCA gbw instead of Gaussian chk?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]