From f6df7ec296cd40fe1a1083e4e19ba55e4fdab14c Mon Sep 17 00:00:00 2001 From: guanjihuan <34735497+guanjihuan@users.noreply.github.com> Date: Mon, 19 Jul 2021 02:16:53 +0800 Subject: [PATCH] update --- .../calculate_reciprocal_lattice_vectors.py | 5 +++++ .../calculate_reciprocal_lattice_vectors_with_sympy.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors.py b/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors.py index 14099a4..6107c8f 100644 --- a/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors.py +++ b/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors.py @@ -1,3 +1,8 @@ +""" +This code is supported by the website: https://www.guanjihuan.com +The newest version of this code is on the web page: https://www.guanjihuan.com/archives/15978 +""" + import numpy as np from math import * diff --git a/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors_with_sympy.py b/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors_with_sympy.py index dbf0123..40bf976 100644 --- a/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors_with_sympy.py +++ b/academic_codes/2021.07.19_calculate_reciprocal_lattice_vectors/calculate_reciprocal_lattice_vectors_with_sympy.py @@ -1,3 +1,8 @@ +""" +This code is supported by the website: https://www.guanjihuan.com +The newest version of this code is on the web page: https://www.guanjihuan.com/archives/15978 +""" + import sympy