Skip to content

Commit

Permalink
Remove phonon_flow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Oct 14, 2019
1 parent 78ed33e commit c8e1efe
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 184 deletions.
7 changes: 5 additions & 2 deletions abipy/core/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
AbiPy is interfaced with `Pymatgen <http://www.pymatgen.org>`_ allowing users to
benefit from the different tools and python objects available in the pymatgen ecosystem.
The official documentation is hosted on `github pages <http://abinit.github.io/abipy>`_.
AbiPy can be used in conjunction with `matplotlib <http://matplotlib.org>`_, `pandas <http://pandas.pydata.org>`_,
`ipython <https://ipython.org/index.html>`_ and `jupyter <http://jupyter.org/>`_
thus providing a powerful and user-friendly environment for data analysis and visualization.
Expand All @@ -46,6 +48,9 @@
<http://nbviewer.ipython.org/github/abinit/abipy/blob/master/abipy/examples/notebooks/index.ipynb>`_ and the
`AbiPy lessons <http://nbviewer.ipython.org/github/abinit/abipy/blob/master/abipy/examples/notebooks/lessons/index.ipynb>`_.
To learn more about the integration between jupyter and AbiPy, visit `our collection of notebooks
<https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/index.ipynb>`_
The latest development version is always available from <https://github.com/abinit/abipy>
"""

Expand All @@ -67,8 +72,6 @@
platforms = ['Linux', 'darwin']
keywords = ["ABINIT", "ab-initio", "density-function-theory", "first-principles", "electronic-structure", "pymatgen"]
classifiers = [
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down
1 change: 0 additions & 1 deletion abipy/electrons/bse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,6 @@ def _from_cart_to_red(cartesian_tensor,lattice):


# TODO Remove
#@deprecated(message="abipy.core.Tensor is deprecated and will be replaced by pymatgen tensor in v0.4")
class _Tensor(object):
"""Representation of a 3x3 tensor"""

Expand Down
2 changes: 1 addition & 1 deletion abipy/flowtk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .tasks import EphTask, ElasticTask
from .works import *
from .flows import (Flow, G0W0WithQptdmFlow, bandstructure_flow, PhononFlow,
g0w0_flow, phonon_flow, phonon_conv_flow, NonLinearCoeffFlow)
g0w0_flow, NonLinearCoeffFlow)
from .abitimer import AbinitTimerParser, AbinitTimerSection
from pymatgen.io.abinit.abiinspect import GroundStateScfCycle, D2DEScfCycle

Expand Down
Loading

0 comments on commit c8e1efe

Please sign in to comment.