QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: qweasel on April 30, 2017, 20:19

Title: How to suppress intermediate output of CrystalStructurePrediction?
Post by: qweasel on April 30, 2017, 20:19
I'm using CrystalStructurePrediction inside a script. How can I suppress the intermediate output of this function? I'm not interested for the detailed progress to be printed on the screen. Also, I couldn't find documentation for that function and its output data structures.
Title: Re: How to suppress intermediate output of CrystalStructurePrediction?
Post by: Anders Blom on May 1, 2017, 02:11
You can always pipe the output to /dev/null, but I think that's a bad idea, it's actually in the log file you find some of the most interesting information, like the space group of the found structures etc. The feature is rather new and some improvements are being made for 2017 to make the output structures easier to use.