Author Topic: phonon band calculation: length of unit cell must lagre than 4 for Brenner  (Read 2973 times)

0 Members and 1 Guest are viewing this topic.

Offline berlin

  • Heavy QuantumATK user
  • ***
  • Posts: 31
  • Country: cn
  • Reputation: 0
    • View Profile
when I am doing phonon band calculation for Graphene Nanoribbon by Brenner potential (ATK classical) in ATK2015.1, errors comes out:
Quote
Traceback (most recent call last):
  File "(3,3) Graphene Nanoribbon.py", line 46, in <module>
    bulk_configuration.update()
  File ".\zipdir\NL\CommonConcepts\Configurations\AtomicConfiguration.py", line 1072, in update
  File ".\zipdir\NL\Calculators\BrennerCalculator\BrennerCalculator.py", line 126, in _update
  File ".\build\lib\site-packages\ase\atoms.py", line 643, in get_potential_energy
asapserial3.AsapError: The height of the cell (2.461) must be larger than 4

What is wrong?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
The Brenner potential (from ASAP) can't be used for very small cells, it's designed for large-scale MD simulations rather. Try a Tersoff potential instead.

Offline berlin

  • Heavy QuantumATK user
  • ***
  • Posts: 31
  • Country: cn
  • Reputation: 0
    • View Profile
But why the Materials Studio or Gulp woks fine with Brenner ?  And their results have a good agreement with GGA/LDA plane wave DFT calculations.

Offline Ulrik G. Vej-Hansen

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 425
  • Country: dk
  • Reputation: 8
    • View Profile
The implementation of the Brenner potential used in ATK requires a certain distance between periodic images of the atoms. It does not affect the results in any way, and as Anders writes, the Brenner potential is designed for larger systems.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
It's not really seen from the outside so clearly, but the Brenner potential comes from a different code (ASAP), and we don't have so much control over it. In the future we will reimplement the Brenner potential such that it can be used also for small systems. For now, I think the Tersoff or some other potential will give you just fine results for such a simple calculations.

Offline berlin

  • Heavy QuantumATK user
  • ***
  • Posts: 31
  • Country: cn
  • Reputation: 0
    • View Profile
Tersoff  does give results, but the Phonon Bandstructure from Tersoff  is not as good as Brenner, on the agreement to GGA/LDA plane wave DFT calculations or experiments for Graphene.
« Last Edit: June 28, 2016, 13:47 by berlin »

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
The question is what you want to use it for. Since Brenner works fine - also in ATK - as soon as you make the cell larger, you can use that for any practical applications where you have a larger structure. If you are interested in 2 to 4 atom systems, you might as well use DFT :)

Offline berlin

  • Heavy QuantumATK user
  • ***
  • Posts: 31
  • Country: cn
  • Reputation: 0
    • View Profile
That is fine, thank you all very much!