jam31118 / qprop

Visualized QPROP
GNU General Public License v3.0
1 stars 1 forks source link

Implement methods of `Loaded_Vecpot` #43

Open jam31118 opened 5 years ago

jam31118 commented 5 years ago

Implement the methods that is defined in the parent object: Vecpot

class Vecpot(object):

    def get_duration(): pass

    def get_start_time(self): pass

    def get_end_time(self): pass

    def __call__(self, t): pass