Skip to content
Snippets Groups Projects
Commit 7c1364dc authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Did some renamings according to the changes in baseclasses.py.

parent 41dcc781
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@ import os
import pickle
import logging
import numpy as np
from nomadcore.baseclasses import BasicParser
from nomadcore.baseclasses import AbstractBaseParser
from cpmdparser.generic.inputparsing import metainfo_data_prefix, metainfo_section_prefix
logger = logging.getLogger("nomad")
#===============================================================================
class CPMDInputParser(BasicParser):
class CPMDInputParser(AbstractBaseParser):
"""Parses the CPMD input file.
"""
def __init__(self, file_path, parser_context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment