Author Topic: .py file from geometry optimisation  (Read 3101 times)

0 Members and 1 Guest are viewing this topic.

Offline Para_13

  • Regular QuantumATK user
  • **
  • Posts: 8
  • Reputation: 0
    • View Profile
.py file from geometry optimisation
« on: February 11, 2011, 01:58 »
Using VNL 10.8 I created a script that I did a geometry optimisation on and had a look at the trajectory file in the viewer window. Is there a way to get a script from this .nc file to use in DFT calculations? I attempted to open it using word pad and copy the cooridinates of the final relaxed configuration but I think there must be an easier way.

Offline Para_13

  • Regular QuantumATK user
  • **
  • Posts: 8
  • Reputation: 0
    • View Profile
Re: .py file from geometry optimisation
« Reply #1 on: February 11, 2011, 05:21 »
Sorry, to clarify, I'm trying to get a python script of the most energetically favourable system after the geometry optimisation has been performed. Is this possible?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5429
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: .py file from geometry optimisation
« Reply #2 on: February 11, 2011, 08:24 »
Certainly. The NC file should, if all went well, contain two configurations, the original one and the optimized one. If the script was produced by VNL, most likely the original one has Id=gID000 and the optimized one gID001.

If you select the NC file in the VNL file browser, these two objects should be visible in the Result Browser (the top-right panel). If you now drag the configuration (not the NC file, but the configuration object) to the Builder, you can save it as a Python file. You can also drag it directly to the Editor.

Offline Para_13

  • Regular QuantumATK user
  • **
  • Posts: 8
  • Reputation: 0
    • View Profile
Re: .py file from geometry optimisation
« Reply #3 on: February 17, 2011, 07:48 »
Thanks.

Building on what I was doing with the diamond lattice, I'm now trying to set up a H-terminated surface using VNL 10.8.2 but when I attempt the geometry optimisation the entire program crashes. I was wondering if you have heard of this happening before?
 
Also, I have attatched a copy of the script I was using. This is before I have attempted the geometry optimisation and I've added the two C and two H atoms at the surface. I apologise for the way the script is presented but that's the way it saves and I have no idea why.
 
Could this be because of a bug in the program?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5429
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: .py file from geometry optimisation
« Reply #4 on: February 17, 2011, 09:35 »
This is not a large system, so I would be quite surprised if it cannot run. I tested it with 1x1x1 k-points on my 10.8.2 and although it's a bit slow to converge it runs fine.

(I didn't run a geometry optimization, just one step. For more assistance you will need to show the actual script you run, that failed. This is generally the case if asking a question about a script that fails; there's no way to test what that problem is without access to the script.)