Added a notebook with the theory for the tJ model.

This commit is contained in:
vijay gopal chilkuri 2020-03-17 10:45:45 +01:00
parent 9a0c3935fa
commit 6a58cff064
2 changed files with 497 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ${BIN_DIR}:
directories: ${OBJ_DIR} ${LIB_DIR} ${BIN_DIR}
${LIB_DIR}/irpf90.a: directories
cd ${SRC_DIR} && irpf90 init && $(MAKE) && cp IRPF90_temp/irpf90.a ../${LIB_DIR}
cd ${SRC_DIR} && irpf90 init && $(MAKE) irpf90.a && cp irpf90.a ../${LIB_DIR}
${OBJ_DIR}/get_ntot.o: ${SRC_DIR}/get_ntot.c directories chkopts
${CC} ${SLEPC_INCLUDE} ${PETSC_CC_INCLUDES} -c -o $@ $< ${SLEPC_EPS_LIB}

496
notebooks/t_J_Model.ipynb Normal file

File diff suppressed because one or more lines are too long