I have a batch of molecular files(.xyz) now and want to optimize geometry of these molecules in batch. Is there some advice about how to process them in batch with Avogadro by using Python?
Thank you in advance.
Try writing a python script. Here is one small example for optimizing Gaussian input files (*.com):
#!/usr/bin/env python
for i in *.com
do
g09 $i
done
exit
You can also visit my github page for more such useful python scripts. https://github.com/dranwesh
Dear Zetian Mao,
Related to your query, I would like to suggest you a useful link https://github.com/jhrmnn/pyberny
See also Article stk: A python toolkit for supramolecular assembly
Sincerely thanks for the suggestions!
The idea is to measure the hydro- protein sizes in various solvents (eg. with high ionic strength, EtOH/Water, other organic/water solvents), then, due to the extremely low solubility of some...
28 January 2021 297 3 View
I'm going to perform RNA-sequencing of the zebrafish brain with three different treatments, which are naive fish, alcohol withdrawal fish injected with Saline, alcohol withdrawal fish injected...
08 December 2020 4,643 2 View
I downloaded the expression matrix data "GSE143416_Brain_data_TPM.txt.gz" of GSE143416 from Gene expression omnibus ( https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi). However, the first column of...
30 November 2020 1,304 3 View
First of all, I created a simple solid cubic structure with coarse mesh in ANSYS WB Modal modulus. With the boundary condition is set as 1 face fixed, the first 5 natural frequencies (fn) given by...
23 June 2020 9,836 13 View
As we know, due to the tendency to decrease the overall Gibbs free energy, grain boundaries in crystalline materials are subjected to thermal-induced migration, either through a diffusive flux of...
23 December 2019 3,272 2 View
Hi everyone, I'm currently working on bone-targeting polymeric nanoparticles for treatment of osteoporosis. Just wondering what kind of human osteoblast (or other bone cells) are best suitable for...
03 October 2019 9,077 2 View
I'm doing a meta-analysis in R with surgical patients. How do you do a meta-anlayis with longitudinal type studies?? We are looking at radiographic values preop, postop, and follow up (3...
26 July 2019 3,756 2 View
Dear Readers: May I ask a silly question regarding metric invariance. Some textbook authors claimed that when metric invariance holds, the comparison across groups of the unstandardized...
01 February 2019 1,671 1 View
I've read that you can only compare AMPA/NMDA ratio before and after drug treatment as the value itself doesn't mean anything. Is this true? Can you compare AMPA/NMDA ratio between mouse strains...
15 April 2018 3,543 1 View
I am recently doing PDX model but find serious fibroblast cells contamination. Can anyone share experience on that one?
27 October 2017 4,438 2 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
I have prepared a manuscript in IEEE Latex template, but for some purpose, I need to prepare a word file as well (detailed format is not required). Compared to two column .tex file, one column...
02 March 2021 1,830 3 View
Hi, I am trying to construct a multi-layer fibril structure from a single layer in PyMol by translating the layer along the fibril axis. For now, I am able to use the Translate command in PyMol...
02 March 2021 4,569 4 View
Hello, I am working on a soil project and I found a primary research article that tests how the modification of agricultural soil can cause global warming, using a thermal collector, however I...
02 March 2021 7,161 3 View
I want to do a parameter study of a aixsymmetric cylinder in Abaqus. I want to create several jobs where I get the stresses for 3 different points in my model. These points are defined. I wrote a...
01 March 2021 10,078 1 View
I made a vertical section plot with WOA .nc file on ODV, and now I want to plot my stations (csv. file) in it. Does anyone know how to import my points to the section? They are two different...
01 March 2021 3,610 1 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
01 March 2021 1,290 2 View
Please, if Gaussian Parameter optimization is possible in this code structure
28 February 2021 278 3 View
I've used the "export data" option in Vesta software to convert my unit cell into a cif file however when I use that cif in atomsk it shows error such as "can't read the position of atom 0". If I...
28 February 2021 4,966 3 View