Skip to content

Commit

Permalink
need work
Browse files Browse the repository at this point in the history
  • Loading branch information
ipudu committed Jun 20, 2018
1 parent 6d6fd33 commit a06f758
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions order/interface.py
@@ -0,0 +1,22 @@
###############################################################################
# -*- coding: utf-8 -*-
# Order: A tool to characterize the local structure of liquid water
# by geometric order parameters
#
# Authors: Pu Du
#
# Released under the MIT License
###############################################################################

from __future__ import division, print_function
from six.moves import range

import numpy as np
import yaml


class WillardChandler(object):
"""
Identifies the dividing surface using the Willard-Chandler method
"""
pass

0 comments on commit a06f758

Please sign in to comment.