Skip to content

Commit 1fc3d49

Browse files
committed
Removing Dockerfile and building out descriptions
1 parent 582d129 commit 1fc3d49

4 files changed

+16
-27
lines changed

Dockerfile

-12
This file was deleted.

description.yaml

-15
This file was deleted.

description_pwscf.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file describes the converter
2+
name: pwscf # Any valid python key (should be unique)
3+
namespace: citrine/ingest/dft
4+
version: auto # Please use 3-number versions
5+
description: Converts a Quantum Espresso calculation to a PIF # Any string
6+
displayName: "Citrine: Quantum Espresso"
7+
8+
arguments: []

description_vasp.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file describes the converter
2+
name: vasp # Any valid python key (should be unique)
3+
namespace: citrine/ingest/dft
4+
version: auto # Please use 3-number versions
5+
description: Converts a VASP calculation to a PIF # Any string
6+
displayName: "Citrine: VASP"
7+
8+
arguments: []

0 commit comments

Comments
 (0)