3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-26 15:12:18 +02:00

Added an option 'read_all' to VaspData.__init__()

This commit is contained in:
Oleg E. Peil 2015-09-16 11:26:49 +02:00 committed by Michel Ferrero
parent 0cec37f3fc
commit 33ab7ff2a0

View File

@ -26,7 +26,7 @@ class VaspData:
"""
Container class for all VASP data.
"""
def __init__(self, vasp_dir):
def __init__(self, vasp_dir, read_all=True):
self.vasp_dir = vasp_dir
self.plocar = Plocar()