Skip to content

Commit

Permalink
Fix category field
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar0301 committed May 23, 2023
1 parent d022011 commit fe5607a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/Physics/Quantum.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Quantum simulations of an electron in a two dimensional potential well
homepage: http://doi.org/10.4224/PhysRevA.96.042113.data
category: Quantum simulation
category: Physics
description: The data was generated in a numerical simulation of an electron in a 2 dimensional confining potential. It was used as a test case for training a deep neural network to reproduce the results of a partial differential equation (the time independent Schrödinger equation).
version: 1.0
keywords: quantum simulation, numerical modeling
Expand Down
1 change: 1 addition & 0 deletions tests/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def scan_core_data(core_dir):
def validate_classification(category_map):
for category, entries in category_map.items():
for entry in entries:
print(entry)
try:
data_obj = yaml.load(open(entry), Loader=yaml.Loader)
except Exception as e:
Expand Down

0 comments on commit fe5607a

Please sign in to comment.